From fc37b50cfbaca1d241665a541c815cd0ba76ad7e Mon Sep 17 00:00:00 2001 From: Michael Howitz Date: Mon, 12 Feb 2024 17:45:34 +0100 Subject: [PATCH] Update to twine 5.0. It contains the needed fix for Python 3.13. --- config/c-code/tests.yml.j2 | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/c-code/tests.yml.j2 b/config/c-code/tests.yml.j2 index 8eb6ad7..f681bcf 100644 --- a/config/c-code/tests.yml.j2 +++ b/config/c-code/tests.yml.j2 @@ -106,8 +106,6 @@ jobs: # or even RC release, see https://github.com/python-cffi/cffi/issues/23 echo "cffi @ git+https://github.com/python-cffi/cffi.git@954cab4f889fb019a7f90df153ee1be501495f58" > cffi_constraint.txt PIP_CONSTRAINT=cffi_constraint.txt pip install cffi - # twine has no release for 3.13, yet, see https://github.com/pypa/twine/issues/1030 - pip install -U "git+https://github.com/pypa/twine.git#egg=twine" {% endif %} - name: Install Build Dependencies {% if with_future_python %}