We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ccfdd1 commit 0254779Copy full SHA for 0254779
.github/workflows/build.yml
@@ -42,6 +42,8 @@ jobs:
42
43
- name: Setup Python
44
uses: actions/setup-python@v6
45
+ with:
46
+ python-version-file: .python-version
47
48
# Add a retry to avoid issues when this action is running
49
# right after the package is published on PyPi
.python-version
@@ -1 +1 @@
1
-3.11
+3.13
0 commit comments