Skip to content

Commit 62012ef

Browse files
committed
Handle 3.13 better
1 parent 2894a3e commit 62012ef

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tox.ini

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ requires =
77
tox>=4
88
envlist =
99
# No preinstallations
10-
py3{9,10,11,12,13}-none
10+
py3{9,10,11,12,13,13t}-none
1111
# Minimum Python
1212
py39-{min,full}
1313
# x86 support range
@@ -31,6 +31,7 @@ python =
3131
3.11: py311
3232
3.12: py312
3333
3.13: py313
34+
3.13t: py313t
3435

3536
[gh-actions:env]
3637
DEPENDS =
@@ -58,14 +59,15 @@ pass_env =
5859
USERNAME
5960
# Environment variables we check for
6061
NIPY_EXTRA_TESTS
62+
# Python variables
63+
PYTHON_GIL
6164
# Pass user color preferences through
6265
PY_COLORS
6366
FORCE_COLOR
6467
NO_COLOR
6568
CLICOLOR
6669
CLICOLOR_FORCE
6770
set_env =
68-
py313: PYTHON_GIL=0
6971
dev: PIP_ONLY_BINARY=numpy,scipy,h5py
7072
!dev: PIP_ONLY_BINARY=numpy,scipy,h5py,pillow,matplotlib
7173
pre,dev: PIP_EXTRA_INDEX_URL=https://pypi.anaconda.org/scientific-python-nightly-wheels/simple

0 commit comments

Comments
 (0)