Skip to content

Commit

Permalink
Update to twine 5.0. (#232)
Browse files Browse the repository at this point in the history
It contains the needed fix for Python 3.13.
  • Loading branch information
icemac authored Feb 14, 2024
1 parent ea22d70 commit 74a0f0f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions config/c-code/tests.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down

0 comments on commit 74a0f0f

Please sign in to comment.