Skip to content

Commit 159df01

Browse files
authored
Drop python 3.5 testing
* We're testing css classes and these are in an unordered dict in 3.5.
1 parent d12929f commit 159df01

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,9 @@ jobs:
1313
strategy:
1414
max-parallel: 4
1515
matrix:
16-
python-version: [3.5, 3.6, 3.7, 3.8]
16+
python-version: [3.6, 3.7, 3.8]
1717
django-version: [2.2.*, 3.0.*]
1818
crispy-version: [1.9.*]
19-
exclude:
20-
# exclude python 3.5 with django v3+
21-
- python-version: 3.5
22-
django-version: 3.0.*
2319

2420
steps:
2521
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)