Skip to content

Commit c496f44

Browse files
committed
Use latest patch release of Python in release workflow
Pinning to specific version silently breaks in future when actions/setup-python stops providing binaries for older patch versions on newer GitHub Runner versions
1 parent a0d7da5 commit c496f44

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
@@ -4,7 +4,7 @@ on:
44
workflow_dispatch:
55

66
env:
7-
PYTHON_VERSION: "3.9.5"
7+
PYTHON_VERSION: "3.11"
88

99
jobs:
1010
release:

0 commit comments

Comments
 (0)