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 e02844f commit 50b73a0Copy full SHA for 50b73a0
.github/workflows/CI.yml
@@ -59,7 +59,7 @@ jobs:
59
- name: Set up Python
60
uses: actions/setup-python@v5
61
with:
62
- python-version-file: "pyproject.toml"
+ python-version-file: ".python-version"
63
- uses: astral-sh/setup-uv@v6
64
65
enable-cache: true
.python-version
@@ -1 +1 @@
1
-3.12
+3.13
0 commit comments