Skip to content

Commit

Permalink
MAINT: remove old python
Browse files Browse the repository at this point in the history
  • Loading branch information
bsipocz committed Jan 16, 2025
1 parent 5d356cf commit d1597d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
# then then deleting compiled files has been found to fix it: `find . -name \*.pyc -delete`

[tox]
envlist = py38
envlist = py39

[testenv]
usedevelop = true

[testenv:py{37,38,39,310}]
[testenv:py{39,310}]
extras = testing
deps =
black
Expand Down

0 comments on commit d1597d0

Please sign in to comment.