We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d037eed commit 833f4c8Copy full SHA for 833f4c8
tools/manifest/requirements.txt
@@ -1 +1,2 @@
1
-zstandard==0.23.0
+zstandard==0.23.0; python_version < '3.9'
2
+zstandard==0.25.0; python_version >= '3.9'
0 commit comments