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 20, 2024
1 parent a1195b9 commit f3d4746
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,19 @@ jobs:
- linux: py36-test
runs-on: ubuntu-20.04
# virtualenv (which tox uses) dropped support for making python 3.6 environments in 20.18.0
toxdeps: virtualenv==20.17.1 hatchling
- linux: py38-test
- macos: py37-test
# 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
- windows: py39-test
- linux: py38-notebooks
- macos: py37-notebooks
# 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 f3d4746

Please sign in to comment.