Skip to content

Commit

Permalink
Updating python version
Browse files Browse the repository at this point in the history
  • Loading branch information
lemieuxl committed Feb 14, 2024
1 parent cae9686 commit a26b5f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[tox]
envlist = py27,py36,py37,py38,py39,py310
envlist = py37,py38,py39,py310,py311,py312

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

[testenv]
deps =
Expand Down

0 comments on commit a26b5f7

Please sign in to comment.