Commit ffb4ac6
committed
Fix py314 basepython configuration to use python3
Change basepython from 'python' to 'python3' to avoid tox error:
"env name py314 conflicting with base python python"
Using 'python3' is specific enough for tox while still working with
both regular Python 3.14 and free-threading Python 3.14t builds in
GitHub Actions.1 parent c6e42ec commit ffb4ac6
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
0 commit comments