Skip to content

Commit a81a4c7

Browse files
authored
Update Python versions in test workflow
Removed Python 3.8 from the testing matrix and adjusted exclusions accordingly.
1 parent b15adf4 commit a81a4c7

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: blacksmith-4vcpu-ubuntu-2204
1414
strategy:
1515
matrix:
16-
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "pypy3.10" ]
16+
python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13", "pypy3.10" ]
1717
django: [ "32", "42", "51", "52" ]
1818
exclude:
1919
- python-version: "3.13"
@@ -22,12 +22,8 @@ jobs:
2222
django: "42"
2323
- python-version: "3.11"
2424
django: "32"
25-
- python-version: "3.8"
26-
django: "52"
2725
- python-version: "3.9"
2826
django: "52"
29-
- python-version: "3.8"
30-
django: "51"
3127
- python-version: "3.9"
3228
django: "51"
3329
- python-version: "3.12"

0 commit comments

Comments
 (0)