Skip to content

Commit f52599d

Browse files
committed
Enable Python 3.13 and update action versions in ci.yml
1 parent 414874a commit f52599d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: .github/workflows/ci.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,13 @@ jobs:
1818
- "3.10"
1919
- "3.11"
2020
- "3.12"
21+
- "3.13"
2122
- pypy-3.9
2223
- pypy-3.10
2324

2425
steps:
2526
- uses: actions/checkout@v4
26-
- uses: actions/setup-python@v4
27+
- uses: actions/setup-python@v5
2728
with:
2829
python-version: ${{ matrix.python-version }}
2930
allow-prereleases: true
@@ -37,6 +38,6 @@ jobs:
3738
- name: Test with tox
3839
run: |
3940
tox --parallel 0
40-
- uses: codecov/codecov-action@v3
41+
- uses: codecov/codecov-action@v4
4142
with:
4243
file: ./coverage.xml

0 commit comments

Comments
 (0)