Skip to content

Commit

Permalink
Skip zstandard on 3.13.
Browse files Browse the repository at this point in the history
  • Loading branch information
wRAR committed May 22, 2024
1 parent b6d3d90 commit 04bc1e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ deps =
bpython # optional for shell wrapper tests
brotli; implementation_name != 'pypy' # optional for HTTP compress downloader middleware tests
brotlicffi; implementation_name == 'pypy' # optional for HTTP compress downloader middleware tests
zstandard; implementation_name != 'pypy' # optional for HTTP compress downloader middleware tests
zstandard; implementation_name != 'pypy' and python_version < '3.13' # optional for HTTP compress downloader middleware tests
ipython

[testenv:extra-deps-pinned]
Expand Down

0 comments on commit 04bc1e6

Please sign in to comment.