Skip to content

Commit

Permalink
[CI] Use Python 3.12 (#157)
Browse files Browse the repository at this point in the history
setuptools in Python 3.11 created non-PEP 625 compliant sdist file names.
This has been fixed in Python 3.12.

Closes: #153
  • Loading branch information
srittau authored Nov 19, 2024
1 parent c02c254 commit 19b6af5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/force_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.11'
python-version: '3.12'
- name: Checkout main
uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_stubs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.11'
python-version: '3.12'
- name: Checkout main
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 19b6af5

Please sign in to comment.