Skip to content

Commit

Permalink
Update tox.ini
Browse files Browse the repository at this point in the history
Removed 3.6 and 3.7 versions of python
  • Loading branch information
shankarpandala authored Oct 31, 2024
1 parent 013dc65 commit 41c4ca1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
[tox]
envlist = py36, py37, py38, py39 flake8
envlist = py38, py39, py310, py311, py312, py313, flake8

[travis]
python =
3.10: py310
3.11: py311
3.12: py312
3.13: py313
3.9: py39
3.8: py38
3.7: py37
3.6: py36

[testenv:flake8]
basepython = python
Expand Down

0 comments on commit 41c4ca1

Please sign in to comment.