Skip to content

Commit

Permalink
simplified tox file, added testing for python3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
jjjake committed Dec 10, 2024
1 parent d6576aa commit 4e22c80
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,23 +1,8 @@
[tox]
envlist = py38,py39,py310,py311,py312,pypy39,pypy310
envlist = py{38,39,310,311,312,313},pypy{39,310}

[testenv]
deps = -r tests/requirements.txt
# See setup.cfg for changes to default settings
commands = ruff .
pytest {posargs}

[testenv:py38]
basepython=python3.8

[testenv:py39]
basepython=python3.9

[testenv:py310]
basepython=python3.10

[testenv:py311]
basepython=python3.11

[testenv:py312]
basepython=python3.12

0 comments on commit 4e22c80

Please sign in to comment.