We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d81b02 commit db08d69Copy full SHA for db08d69
2 files changed
CHANGES/12406.contrib.rst
@@ -0,0 +1,2 @@
1
+Avoid installation of backports.zstd on Python 3.14 in linting dependency set
2
+-- by :user:`seifertm`.
requirements/lint.in
@@ -1,5 +1,5 @@
aiodns
-backports.zstd; implementation_name == "cpython"
+backports.zstd; implementation_name == "cpython" and python_version < "3.14"
3
blockbuster
4
freezegun
5
isal
0 commit comments