Skip to content

Commit 9d1d400

Browse files
committed
tests: add py3.13 tests
1 parent 9df6191 commit 9d1d400

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/codecov.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
python-version: ["3.9", "3.10", "3.11", "3.12"] # latest release minus two
19+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] # latest release minus two
2020
requirements-file: [
2121
dj42_cms311.txt,
2222
dj42_cms41.txt,
@@ -38,6 +38,8 @@ jobs:
3838
requirements-file: dj52_cms50.txt
3939
- python-version: "3.12"
4040
requirements-file: dj42_cms311.txt
41+
- python-version: "3.13"
42+
requirements-file: dj42_cms311.txt
4143

4244
steps:
4345
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)