We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ed1498 commit d0bbfc9Copy full SHA for d0bbfc9
.github/workflows/release-python.yaml
@@ -21,7 +21,7 @@ jobs:
21
- name: Set up Python 3.12
22
uses: actions/setup-python@v5
23
with:
24
- python-version: "3.12"
+ python-version: "3.13"
25
26
- name: Show Python version
27
run: python --version
0 commit comments