Skip to content

Commit c2d1219

Browse files
committed
CI: Update publish job to Python 3.11
1 parent e370c22 commit c2d1219

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
with:
2626
fetch-depth: 0
2727

28-
- name: Set up Python 3.10
28+
- name: Set up Python
2929
uses: actions/setup-python@v4
3030
with:
31-
python-version: '3.10'
31+
python-version: '3.11'
3232
cache: 'pip'
3333
cache-dependency-path: 'setup.cfg'
3434

0 commit comments

Comments
 (0)