Skip to content

Commit 4fc2262

Browse files
Remove tests for unsupported Python versions in Django 5.0
1 parent 352fb0b commit 4fc2262

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
os: ["ubuntu-20.04"]
17-
python_version: ["3.8", "3.9", "3.10", "3.11"]
17+
python_version: ["3.10", "3.11"]
1818
services:
1919
postgres:
2020
image: postgres:12

0 commit comments

Comments
 (0)