Skip to content

Commit 158491e

Browse files
committed
Remove Python 3.13 from test matrix
Testing only the lowest and highest Python versions seem enough.
1 parent 74fb3a4 commit 158491e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/python-test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
fail-fast: true
4545
matrix:
4646
os: ["ubuntu-latest", "windows-latest"]
47-
python-version: ["3.10", "3.13", "3.14"]
47+
python-version: ["3.10", "3.14"]
4848
django-version: ["4.2.*", "5.2.*", "6.0.*"]
4949
exclude:
5050
# Django 6.0 only supports Python 3.12 and above
@@ -55,8 +55,6 @@ jobs:
5555
# No need to test all combinations on Ubuntu
5656
- os: "ubuntu-latest"
5757
python-version: "3.10"
58-
- os: "ubuntu-latest"
59-
python-version: "3.13"
6058
steps:
6159
- name: Checkout code
6260
uses: actions/checkout@v4

0 commit comments

Comments
 (0)