Skip to content

Commit

Permalink
Update tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamsorcerer authored Feb 4, 2024
1 parent 98b7bc8 commit d810ce5
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,6 +1,6 @@
[tox]
minversion = 3.9.0
envlist = qa, static, docs, py{37,38,39,310,311,py3}-{nocov,cov,diffcov}
envlist = qa, static, docs, py{38,39,310,311,312,py3}-{nocov,cov,diffcov}
skip_missing_interpreters = True

[testenv]
Expand Down Expand Up @@ -36,14 +36,14 @@ deps =
setenv =
cov: COVERAGE_FILE={toxinidir}/_dump/.coverage
nocov: PYTHONASYNCIODEBUG=1
py37: INTERP=py37
py38: INTERP=py38
py39: INTERP=py39
py310: INTERP=py310
py311: INTERP=py311
py312: INTERP=py312
pypy3: INTERP=pypy3
pypy37: INTERP=pypy37
pypy38: INTERP=pypy38
pypy39: INTERP=pypy39
py: INTERP=py
passenv =
PYTHON*
Expand Down

0 comments on commit d810ce5

Please sign in to comment.