Commit bf25fb8
committed
Create separate tox environments for py314 and py314t
Instead of mapping both 3.14 and 3.14t to the same py314 environment,
create separate environments:
- py314 for regular Python 3.14
- py314t for free-threading Python 3.14t
This resolves the "env name py314 conflicting with base python" error
by allowing tox to automatically detect the correct Python interpreter
for each build type. Tox recognizes environment names ending with 't'
as free-threaded Python implementations.1 parent ffb4ac6 commit bf25fb8
1 file changed
+5
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
| 23 | + | |
| 24 | + | |
28 | 25 | | |
29 | 26 | | |
30 | 27 | | |
| |||
0 commit comments