Skip to content

Commit dfe9f2a

Browse files
committed
build: Avoid installation of backports.zstd on Python 3.14 for linting
1 parent dbb9a14 commit dfe9f2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements/lint.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
aiodns
2-
backports.zstd; implementation_name == "cpython"
2+
backports.zstd; implementation_name == "cpython" and python_version < "3.14"
33
blockbuster
44
freezegun
55
isal

0 commit comments

Comments
 (0)