Skip to content

Commit f49938e

Browse files
committed
🔧 Add free-threaded Python to tox conf
1 parent 978e180 commit f49938e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/test/tox.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ Python versions:
165165
:emphasize-lines: 2, 4
166166
167167
[tox]
168-
envlist = py39, py310, py311, py312, py313
168+
envlist = py3{9,10,11,12,13,13t,14,14t}
169169
isolated_build = True
170170
skip_missing_interpreters = True
171171
@@ -253,7 +253,7 @@ extend commands to ``pytest --cov=items``:
253253
:emphasize-lines: 12-
254254
255255
[tox]
256-
envlist = py3{9,10,11,12,13}
256+
envlist = py3{9,10,11,12,13,13t,14,14t}
257257
isolated_build = True
258258
skip_missing_interpreters = True
259259
@@ -345,7 +345,7 @@ We can also call individual tests with tox by making another change so that
345345
envlist =
346346
pre-commit
347347
docs
348-
py3{9,10,11,12,13}
348+
py3{9,10,11,12,13,13t,14,14t}
349349
coverage-report
350350
isolated_build = True
351351
skip_missing_interpreters = True

0 commit comments

Comments
 (0)