Skip to content

Commit

Permalink
Merge pull request #194034 from Homebrew/condure-py3.13
Browse files Browse the repository at this point in the history
condure: migrate to `python@3.13`
  • Loading branch information
BrewTestBot authored Oct 12, 2024
2 parents 13b6fb3 + d9ad072 commit 0315067
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/c/condure.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class Condure < Formula
depends_on "pkg-config" => :build
depends_on "rust" => :build
depends_on "cython" => :test # use brew cython as building it in test can cause time out
depends_on "python@3.12" => :test
depends_on "python@3.13" => :test
depends_on "openssl@3"
depends_on "zeromq"

Expand Down Expand Up @@ -53,7 +53,7 @@ def install
ipcfile = testpath/"client"
runfile = testpath/"test.py"

python3 = "python3.12"
python3 = "python3.13"
ENV.append_path "PYTHONPATH", Formula["cython"].opt_libexec/Language::Python.site_packages(python3)
venv = virtualenv_create(testpath/"vendor", python3)
venv.pip_install resources.reject { |r| r.name == "pyzmq" }
Expand Down

0 comments on commit 0315067

Please sign in to comment.