Skip to content

Commit

Permalink
Handle 3.13 better
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Oct 31, 2024
1 parent f80d0cc commit 9407c18
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ requires =
tox>=4
envlist =
# No preinstallations
py3{9,10,11,12,13}-none
py3{9,10,11,12,13,13t}-none
# Minimum Python
py39-{min,full}
# x86 support range
Expand All @@ -31,6 +31,7 @@ python =
3.11: py311
3.12: py312
3.13: py313
3.13t: py313t

[gh-actions:env]
DEPENDS =
Expand Down Expand Up @@ -58,14 +59,15 @@ pass_env =
USERNAME
# Environment variables we check for
NIPY_EXTRA_TESTS
# Python variables
PYTHON_GIL
# Pass user color preferences through
PY_COLORS
FORCE_COLOR
NO_COLOR
CLICOLOR
CLICOLOR_FORCE
set_env =
py313: PYTHON_GIL=0
dev: PIP_ONLY_BINARY=numpy,scipy,h5py
!dev: PIP_ONLY_BINARY=numpy,scipy,h5py,pillow,matplotlib
pre,dev: PIP_EXTRA_INDEX_URL=https://pypi.anaconda.org/scientific-python-nightly-wheels/simple
Expand Down

0 comments on commit 9407c18

Please sign in to comment.