@@ -164,10 +164,10 @@ jobs:
164
164
changelog-draft-name-rst : >-
165
165
${{ steps.changelog-draft-name.outputs.filename-base }}.rst
166
166
steps :
167
- - name : Switch to using Python 3.11 by default
168
- uses : actions/setup-python@v5.3.0
167
+ - name : Switch to using Python 3.12 by default
168
+ uses : actions/setup-python@v5
169
169
with :
170
- python-version : 3.11
170
+ python-version : 3.12
171
171
- name : >-
172
172
Mark the build as untagged '${{
173
173
github.event.repository.default_branch
@@ -439,10 +439,10 @@ jobs:
439
439
TOXENV : make-changelog
440
440
441
441
steps :
442
- - name : Switch to using Python 3.11
443
- uses : actions/setup-python@v5.3.0
442
+ - name : Switch to using Python 3.12
443
+ uses : actions/setup-python@v5
444
444
with :
445
- python-version : 3.11
445
+ python-version : 3.12
446
446
447
447
- name : Grab the source from Git
448
448
uses : actions/checkout@v4.1.6
@@ -765,7 +765,7 @@ jobs:
765
765
matrix :
766
766
python-version :
767
767
- >-
768
- 3.11
768
+ 3.12
769
769
- >-
770
770
3.10
771
771
- 3.9
@@ -784,7 +784,7 @@ jobs:
784
784
785
785
steps :
786
786
- name : Switch to using Python ${{ matrix.python-version }}
787
- uses : actions/setup-python@v5.3.0
787
+ uses : actions/setup-python@v5
788
788
with :
789
789
python-version : ${{ matrix.python-version }}
790
790
@@ -1308,10 +1308,10 @@ jobs:
1308
1308
TOXENV : metadata-validation
1309
1309
1310
1310
steps :
1311
- - name : Switch to using Python 3.11 by default
1312
- uses : actions/setup-python@v5.3.0
1311
+ - name : Switch to using Python 3.12 by default
1312
+ uses : actions/setup-python@v5
1313
1313
with :
1314
- python-version : 3.11
1314
+ python-version : 3.12
1315
1315
1316
1316
- name : Retrieve the project source from an sdist inside the GHA artifact
1317
1317
uses : re-actors/checkout-python-sdist@release/v2
@@ -1820,10 +1820,10 @@ jobs:
1820
1820
path : dist/
1821
1821
merge-multiple : true
1822
1822
1823
- - name : Switch to Python 3.11
1824
- uses : actions/setup-python@v5.3.0
1823
+ - name : Switch to Python 3.12
1824
+ uses : actions/setup-python@v5
1825
1825
with :
1826
- python-version : 3.11
1826
+ python-version : 3.12
1827
1827
- name : >-
1828
1828
Calculate Python interpreter version hash value
1829
1829
for use in the cache key
0 commit comments