Skip to content

Commit ea6c3fc

Browse files
committed
feat: one more try building freethreaded python
1 parent 1bd929f commit ea6c3fc

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

tox.ini

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py310, py311, py312, py313, pypy310, pypy311, py314-full
2+
envlist = py310, py311, py312, py313, py313t, pypy310, pypy311, py314-full
33

44
[testenv]
55
deps =
@@ -10,3 +10,9 @@ allowlist_externals = pytest
1010

1111
commands =
1212
pytest --cov --cov-report=xml
13+
14+
[testenv:py313t]
15+
description = Python 3.13 free threaded environment
16+
basepython = python3.13t
17+
deps = {[testenv]deps}
18+
commands = {[testenv]commands}

0 commit comments

Comments
 (0)