Skip to content

Commit 74549d4

Browse files
committed
Use Python 3.12 environment
1 parent 7a1a358 commit 74549d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
- name: Set up python
8888
uses: actions/setup-python@v5
8989
with:
90-
python-version: '3.11'
90+
python-version: '3.12'
9191
architecture: ${{ matrix.python-architecture }}
9292

9393
- name: Extract version from tag

0 commit comments

Comments
 (0)