Skip to content

Commit

Permalink
Python 3.11 wheels for zfpy are not yet available
Browse files Browse the repository at this point in the history
Avoid zpfy when building with Python 3.11 for now, to avoid CI errors.
  • Loading branch information
DimitriPapadopoulos committed Oct 28, 2022
1 parent 7d23144 commit 0b61337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements_dev.txt
Expand Up @@ -2,5 +2,5 @@ Cython==0.29.30
entrypoints==0.4
msgpack==1.0.2
numpy==1.22.0
zfpy==0.5.5
zfpy==0.5.5 ; python_version < "3.11"
typing-extensions>=3.7.4

0 comments on commit 0b61337

Please sign in to comment.