We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b82ab0 commit 8405221Copy full SHA for 8405221
3 files changed
.github/workflows/release.yml
@@ -31,10 +31,10 @@ jobs:
31
# setuptools_scm requires git history to determine the version
32
fetch-depth: 0
33
34
- - name: "Set up Python 3.11"
+ - name: "Set up Python 3.13"
35
uses: actions/setup-python@v5
36
with:
37
- python-version: "3.11"
+ python-version: "3.13"
38
39
- name: "Install uv"
40
uses: astral-sh/setup-uv@v3
.github/workflows/test.yml
@@ -21,10 +21,10 @@ jobs:
21
- name: Checkout
22
uses: actions/checkout@v4
23
24
- - name: Set up Python 3.11
+ - name: Set up Python 3.13
25
26
27
28
29
- name: Install uv
30
.python-version
@@ -0,0 +1,2 @@
1
+3.13
2
+
0 commit comments