Skip to content

Commit

Permalink
Update tox.ini for 3.13 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Cawllec committed Dec 12, 2024
1 parent 0977085 commit 145b796
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[tox]
envlist=
py{35,36,37,38,39,310,311,312}-{test,requests,flask,tornado,wsgi,bottle}
py{36,37,38,39,310,311,312}-asgi
py{35,36,37,38,39,310,311,312,313}-{test,requests,flask,tornado,wsgi,bottle}
py{36,37,38,39,310,311,312,313}-asgi
py{35,36,37}-django{18,19,110,111}
py{35,36,37,38,39}-django20
py{35,36,37,38,39,310}-django{21,22}
py{36,37,38,39,310,311,312}-django3
py{38,39,310,311,312}-django4
py{38,39,310,311,312}-{asynctest,threadtest}
py{37,38,39,310,311,312}-exceptiongroup
py{35,312}-{lint}
py{36,37,38,39,310,311,312,313}-django3
py{38,39,310,311,312,313}-django4
py{38,39,310,311,312,313}-{asynctest,threadtest}
py{37,38,39,310,311,312,313}-exceptiongroup
py{35,312,313}-{lint}

[pytest]
testpaths = tests
Expand All @@ -32,6 +32,7 @@ basepython =
py310: python3.10
py311: python3.11
py312: python3.12
py313: python3.13
whitelist_externals=
{toxinidir}/scripts/lint.sh
deps=
Expand Down

0 comments on commit 145b796

Please sign in to comment.