Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 10c15ec

Browse files
authored
GitHub Actions: Add Python 3.13 to the testing (#1997)
* GitHub Actions: Add Python 3.13 to the testing * elastic-version: ["7.17.12"]
1 parent 068507e commit 10c15ec

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.github/workflows/test.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,21 @@ jobs:
2121
fail-fast: false
2222
matrix: # https://docs.djangoproject.com/en/stable/faq/install/#what-python-version-can-i-use-with-django
2323
django-version: ["3.2", "4.2", "5.0", "5.1"]
24-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
25-
elastic-version: ["7.17.9"]
24+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
25+
elastic-version: ["7.17.12"]
2626
exclude:
2727
- django-version: "3.2"
2828
python-version: "3.11"
2929
- django-version: "3.2"
3030
python-version: "3.12"
31-
- django-version: "5.0"
32-
python-version: "3.8"
31+
- django-version: "3.2"
32+
python-version: "3.13"
33+
- django-version: "4.2"
34+
python-version: "3.13"
3335
- django-version: "5.0"
3436
python-version: "3.9"
35-
- django-version: "5.1"
36-
python-version: "3.8"
37+
- django-version: "5.0"
38+
python-version: "3.13"
3739
- django-version: "5.1"
3840
python-version: "3.9"
3941
services:

0 commit comments

Comments
 (0)