Skip to content

Commit c301c01

Browse files
committed
Use python 3.12 for deployments
1 parent 811a7b7 commit c301c01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
required: false
1515
default: ''
1616
env:
17-
LATEST_PY_VERSION: '3.11'
17+
LATEST_PY_VERSION: '3.12'
1818

1919
jobs:
2020
# Deploy stable builds on tags only, and pre-release builds from manual trigger ("workflow_dispatch")

0 commit comments

Comments
 (0)