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 5192948 commit d52ec35Copy full SHA for d52ec35
.github/workflows/tests.yml
@@ -15,6 +15,7 @@ jobs:
15
- "3.10"
16
- "3.11"
17
- "3.12"
18
+ - "3.13"
19
test-suite:
20
- cli
21
- client
@@ -37,6 +38,10 @@ jobs:
37
38
steps:
39
- name: Check out repository code
40
uses: actions/checkout@v4
41
+ - name: Set up Python 3.10
42
+ with:
43
+ python-version: "3.10"
44
+ uses: actions/setup-python@v5
45
- name: Set up Python 3.10
46
uses: actions/setup-python@v5
47
with:
0 commit comments