Skip to content

Commit ffb4ac6

Browse files
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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ depends =
2424
coverage-report: py{310,311,312,313,314},pypy3
2525

2626
[testenv:py314]
27-
basepython = python
27+
basepython = python3
2828

2929
[testenv:lint]
3030
skip_install = true

0 commit comments

Comments
 (0)