We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b944d1 commit af9da5eCopy full SHA for af9da5e
.github/workflows/ci-build.yml
@@ -31,6 +31,7 @@ jobs:
31
fail-fast: false
32
matrix:
33
python-version: [
34
+ "3.10",
35
"3.11",
36
"3.12",
37
"3.13",
.github/workflows/publish.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Set up Python
26
uses: actions/setup-python@v4
27
with:
28
- python-version: "3.11"
+ python-version: "3.13"
29
30
- name: Install dependencies
run: |
@@ -53,7 +53,7 @@ jobs:
53
- uses: actions/setup-python@v5
54
name: Install Python
55
56
57
- uses: actions/download-artifact@v4
58
59
name: releases
0 commit comments