condure: migrate to `python@3.11`

Closes #118728.

Signed-off-by: Branch Vincent <19800529+branchvincent@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
master
Michael Cho 2022-12-21 19:29:02 -08:00 committed by BrewTestBot
parent b22a17e65d
commit e25e4e88f4
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
1 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ class Condure < Formula
depends_on "pkg-config" => :build
depends_on "rust" => :build
depends_on "python@3.10" => :test
depends_on "python@3.11" => :test
depends_on "openssl@1.1"
depends_on "zeromq"
@ -41,7 +41,7 @@ class Condure < Formula
ipcfile = testpath/"client"
runfile = testpath/"test.py"
venv = virtualenv_create(testpath/"vendor", "python3.10")
venv = virtualenv_create(testpath/"vendor", "python3.11")
venv.pip_install resource("pyzmq")
venv.pip_install resource("tnetstring3")