mirror of
https://github.com/pypa/gh-action-pypi-publish.git
synced 2025-01-29 00:59:34 -05:00
🧪 Bump setuptools in smoke test to v75.8.0
Previously GitHub updated their `ubuntu-latest` images to use Ubuntu
24.04 which has Python 3.12 as the default interpreter. Before that,
it was Ubuntu 22.04 with Python 3.9. This caused an uncontrolled
runtime bump which led to an incompatibility discovery — older
versions of `setuptools` are incompatible with Python 3.12.
This bumps the `setuptools` version following the previous commit
da900af963
that pins the distro version.
Going forward, these two must be bumped in tandem to avoid situations
when one gets upgraded suddenly but the other doesn't.
This commit is contained in:
parent
da900af963
commit
cebc64f283
1 changed files with 1 additions and 1 deletions
2
.github/workflows/reusable-smoke-test.yml
vendored
2
.github/workflows/reusable-smoke-test.yml
vendored
|
@ -92,7 +92,7 @@ jobs:
|
|||
CONTENTS: |
|
||||
[build-system]
|
||||
requires = [
|
||||
"setuptools == 65.6.3",
|
||||
"setuptools == 75.8.0",
|
||||
]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue