Skip to content

Commit

Permalink
ci: fix py37 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
iisakkirotko committed Dec 23, 2024
1 parent 993c035 commit 70dda5d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,9 @@ jobs:
- linux: py313-test
- macos: py37-test
runs-on: macos-13
# virtualenv (which tox uses) dropped support for making python 3.7 environments in 20.27.0
toxdeps: virtualenv==20.26.6 hatchling
- macos: py310-test
- macos: py312-test
Expand All @@ -107,4 +110,6 @@ jobs:
runs-on: ubuntu-22.04
- macos: py37-notebooks
runs-on: macos-13
# virtualenv (which tox uses) dropped support for making python 3.7 environments in 20.27.0
toxdeps: virtualenv==20.26.6 hatchling
- windows: py39-notebooks

0 comments on commit 70dda5d

Please sign in to comment.