diff --git a/CHANGES/12406.contrib.rst b/CHANGES/12406.contrib.rst new file mode 100644 index 00000000000..9bcbee91e09 --- /dev/null +++ b/CHANGES/12406.contrib.rst @@ -0,0 +1,2 @@ +Avoid installation of backports.zstd on Python 3.14 in linting dependency set +-- by :user:`seifertm`. diff --git a/requirements/lint.in b/requirements/lint.in index c83d1dcec88..13319b0b4a1 100644 --- a/requirements/lint.in +++ b/requirements/lint.in @@ -1,5 +1,5 @@ aiodns -backports.zstd; implementation_name == "cpython" +backports.zstd; implementation_name == "cpython" and python_version < "3.14" blockbuster freezegun isal