Skip to content

Commit f05e505

Browse files
committed
Drop zstd for freethreaded
1 parent 8839f50 commit f05e505

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

tox.ini

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,14 +86,13 @@ extras =
8686

8787
# Matplotlib has wheels for everything except win32 (x86)
8888
{full,pre}-{x,arm}64: viewers
89-
{full,pre}-{x,arm}64: zstd
89+
# No free-threaded wheels for: zstd
90+
py3{9,10,11,12,13,14}-{full,pre}-{x,arm}64: zstd
9091

91-
# No 3.14 wheels for : scipy
92-
# When released, remove the py3* line and add full to the pre line
9392
{full,pre}-{x,arm}64: spm
9493

9594
# No free-threaded wheels for: h5py
96-
py3{9,10,11,12,13}-{pre}-{x,arm}64: minc2
95+
py3{9,10,11,12,13}-{full,pre}-{x,arm}64: minc2
9796
py314-pre-{x,arm}64: minc2
9897

9998
# win32 (x86) wheels still exist for scipy+py39

0 commit comments

Comments
 (0)