Skip to content

Commit

Permalink
remove python versions <3.11 in the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jhillairet committed Jul 9, 2024
1 parent 4107482 commit 441a87b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,10 @@
# running 'tox -- --nbval-lax' will also run all the notebooks located in doc/
[tox]
isolated_build = True
envlist = py{37, 38, 39, 310, 311, 312}
envlist = py{311, 312}

[gh-actions]
python =
3.7: py37
3.8: py38
3.9: py39
3.10: py310
3.11: py311
3.12: py312

Expand Down

0 comments on commit 441a87b

Please sign in to comment.