We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74fb3a4 commit 158491eCopy full SHA for 158491e
.github/workflows/python-test.yml
@@ -44,7 +44,7 @@ jobs:
44
fail-fast: true
45
matrix:
46
os: ["ubuntu-latest", "windows-latest"]
47
- python-version: ["3.10", "3.13", "3.14"]
+ python-version: ["3.10", "3.14"]
48
django-version: ["4.2.*", "5.2.*", "6.0.*"]
49
exclude:
50
# Django 6.0 only supports Python 3.12 and above
@@ -55,8 +55,6 @@ jobs:
55
# No need to test all combinations on Ubuntu
56
- os: "ubuntu-latest"
57
python-version: "3.10"
58
- - os: "ubuntu-latest"
59
- python-version: "3.13"
60
steps:
61
- name: Checkout code
62
uses: actions/checkout@v4
0 commit comments