Commit 3b17c6c 1 parent dd05cdf commit 3b17c6c Copy full SHA for 3b17c6c
File tree 1 file changed +6
-5
lines changed
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -156,8 +156,8 @@ jobs:
156
156
python :
157
157
# Use a recent version to avoid having common disconnects between
158
158
# local development setups and CI.
159
- - name : CPython 3.11
160
- python-version : ' 3.11 '
159
+ - name : CPython 3.12
160
+ python-version : ' 3.12 '
161
161
task :
162
162
- name : Check Newsfragment
163
163
run : |
@@ -250,7 +250,7 @@ jobs:
250
250
- name : Set up Python
251
251
uses : actions/setup-python@v4
252
252
with :
253
- python-version : 3.11
253
+ python-version : 3.12
254
254
255
255
- name : Install dependencies
256
256
run : |
@@ -264,7 +264,8 @@ jobs:
264
264
run : python admin/check_tag_version_match.py "${{ github.ref }}"
265
265
266
266
- name : Publish to PyPI - on tag
267
- uses : pypa/gh-action-pypi-publish@a56da0b891b3dc519c7ee3284aff1fad93cc8598
267
+ # This was tag 1.9.0 on 2024-07-30
268
+ uses : pypa/gh-action-pypi-publish@ec4db0b4ddc65acdf4bff5fa45ac92d78b56bdf0
268
269
269
270
270
271
coverage :
@@ -277,7 +278,7 @@ jobs:
277
278
- uses : actions/setup-python@v4
278
279
with :
279
280
# Use latest Python, so it understands all syntax.
280
- python-version : 3.11
281
+ python-version : 3.12
281
282
282
283
- run : python -Im pip install --upgrade coverage[toml]
283
284
You can’t perform that action at this time.
0 commit comments