Skip to content

Commit 3b17c6c

Browse files
committed
Update ci.
1 parent dd05cdf commit 3b17c6c

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/ci.yml

+6-5
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,8 @@ jobs:
156156
python:
157157
# Use a recent version to avoid having common disconnects between
158158
# 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'
161161
task:
162162
- name: Check Newsfragment
163163
run: |
@@ -250,7 +250,7 @@ jobs:
250250
- name: Set up Python
251251
uses: actions/setup-python@v4
252252
with:
253-
python-version: 3.11
253+
python-version: 3.12
254254

255255
- name: Install dependencies
256256
run: |
@@ -264,7 +264,8 @@ jobs:
264264
run: python admin/check_tag_version_match.py "${{ github.ref }}"
265265

266266
- 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
268269

269270

270271
coverage:
@@ -277,7 +278,7 @@ jobs:
277278
- uses: actions/setup-python@v4
278279
with:
279280
# Use latest Python, so it understands all syntax.
280-
python-version: 3.11
281+
python-version: 3.12
281282

282283
- run: python -Im pip install --upgrade coverage[toml]
283284

0 commit comments

Comments
 (0)