From 04bc1e6e2a51e874cc6d676ccb111b0793e2776e Mon Sep 17 00:00:00 2001 From: Andrey Rakhmatullin Date: Wed, 22 May 2024 13:24:35 +0500 Subject: [PATCH] Skip zstandard on 3.13. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index cde4243f3..37a27ae83 100644 --- a/tox.ini +++ b/tox.ini @@ -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]