Skip to content

Commit 0683a7c

Browse files
committed
chore: Define py314 environments
1 parent b5ecf48 commit 0683a7c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tox.ini

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ envlist =
1313
py39-min
1414
# Run full and pre dependencies against all archs
1515
py3{9,10,11,12,13,13t}-{full,pre}-{x86,x64,arm64}
16+
# Python development versions
17+
py3{14,14t}-pre-{x64,arm64}
1618
install
1719
doctest
1820
style
@@ -28,6 +30,8 @@ python =
2830
3.12: py312
2931
3.13: py313
3032
3.13t: py313t
33+
3.14: py314
34+
3.14t: py314t
3135

3236
[gh-actions:env]
3337
DEPENDS =
@@ -66,7 +70,7 @@ set_env =
6670
pre: PIP_EXTRA_INDEX_URL=https://pypi.anaconda.org/scientific-python-nightly-wheels/simple
6771
pre: UV_INDEX=https://pypi.anaconda.org/scientific-python-nightly-wheels/simple
6872
pre: UV_INDEX_STRATEGY=unsafe-best-match
69-
py313t: PYTHONGIL={env:PYTHONGIL:0}
73+
py3{13,14}t: PYTHONGIL={env:PYTHONGIL:0}
7074
extras =
7175
test
7276

0 commit comments

Comments
 (0)