We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dbc422c + f52599d commit bed0dd4Copy full SHA for bed0dd4
.github/workflows/ci.yml
@@ -18,12 +18,13 @@ jobs:
18
- "3.10"
19
- "3.11"
20
- "3.12"
21
+ - "3.13"
22
- pypy-3.9
23
- pypy-3.10
24
25
steps:
26
- uses: actions/checkout@v4
- - uses: actions/setup-python@v4
27
+ - uses: actions/setup-python@v5
28
with:
29
python-version: ${{ matrix.python-version }}
30
allow-prereleases: true
@@ -37,6 +38,6 @@ jobs:
37
38
- name: Test with tox
39
run: |
40
tox --parallel 0
- - uses: codecov/codecov-action@v3
41
+ - uses: codecov/codecov-action@v4
42
43
file: ./coverage.xml
tox.ini
@@ -8,6 +8,7 @@ python =
8
3.10: py310
9
3.11: py311
10
3.12: py312
11
+ 3.13: py313
12
pypy-3.9: pypy3
13
pypy-3.10: pypy3
14
0 commit comments