Skip to content

Commit 3ef156c

Browse files
committed
ci: update python version for publish job
1 parent d028ca5 commit 3ef156c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
runs-on: ubuntu-latest
4444
strategy:
4545
matrix:
46-
python-version: [3.9]
46+
python-version: [3.11]
4747
needs: [create-draft-release]
4848
steps:
4949
- run: "echo \"RELEASE_TAG=${GITHUB_REF#refs/tags/}\" >> $GITHUB_ENV"

0 commit comments

Comments
 (0)