Skip to content

Commit 1c528f4

Browse files
committed
Remove netCDF4 pin on Python 3.13
1 parent 2810ded commit 1c528f4

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

tox.ini

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
# * testenv
66
# * testenv:.package
77
# * testenv:py313-dev
8+
# * testenv:py313
89
# * testenv:py312-dev
910
# * testenv:py312
1011
# * testenv:docs
@@ -49,6 +50,12 @@ setenv =
4950
PYTHONDEVMODE=1
5051
PIP_DISABLE_PIP_VERSION_CHECK=1
5152

53+
[testenv:py313]
54+
download = True
55+
setenv =
56+
PYTHONDEVMODE=1
57+
PIP_DISABLE_PIP_VERSION_CHECK=1
58+
5259
[testenv:py312]
5360
download = True
5461
setenv =
@@ -200,16 +207,6 @@ ignore = W002
200207
toplevel = pymassspec_plot
201208
package = pymassspec_plot
202209
203-
[testenv:py313]
204-
download = True
205-
setenv =
206-
PYTHONDEVMODE=1
207-
PIP_DISABLE_PIP_VERSION_CHECK=1
208-
UNSAFE_PYO3_SKIP_VERSION_CHECK=1
209-
deps =
210-
-r{toxinidir}/tests/requirements.txt
211-
netcdf4==1.6.5
212-
213210
[pytest]
214211
addopts = --color yes --durations 25 --mpl
215212
timeout = 300

0 commit comments

Comments
 (0)