Skip to content

Commit 9b60053

Browse files
committed
update dependencies and tox matrix to something workable
1 parent a1303db commit 9b60053

File tree

8 files changed

+13
-13
lines changed

8 files changed

+13
-13
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11' ]
11+
python-version: [ '3.8', '3.9', '3.10', '3.11' ]
1212
requirements-file: [
1313
django-2.2.txt,
1414
django-3.0.txt,
@@ -19,12 +19,6 @@ jobs:
1919
django-4.2.txt,
2020
]
2121
exclude:
22-
- python-version: 3.7
23-
requirements-file: django-4.0.txt
24-
- python-version: 3.7
25-
requirements-file: django-4.1.txt
26-
- python-version: 3.7
27-
requirements-file: django-4.2.txt
2822
- python-version: 3.9
2923
requirements-file: django-2.2.txt
3024
- python-version: 3.10

tests/requirements/django-2.2.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
django>=2.2,<3.0
44
django_polymorphic>=2.0,<2.1
55
django-app-helper
6+
easy-thumbnails[svg]<2.10

tests/requirements/django-3.0.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
django>=3.0,<3.1
44
django_polymorphic>=2.1,<2.2
55
django-app-helper
6+
easy-thumbnails[svg]<2.10

tests/requirements/django-3.1.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
django>=3.1,<3.2
44
django_polymorphic>=2,<3.1
55
django-app-helper
6+
easy-thumbnails[svg]<2.10

tests/requirements/django-3.2.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
django>=3.2,<4
44
django_polymorphic>=2,<3.1
55
django-app-helper
6+
easy-thumbnails[svg]<2.10

tests/requirements/django-4.0.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
django>=4.0,<4.1
44
django_polymorphic>=3.1
55
https://github.com/jrief/django-app-helper/archive/refs/heads/develop.zip
6+
easy-thumbnails[svg]<2.10

tests/requirements/django-4.1.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
django>=4.1,<4.2
44
django_polymorphic>=3.1
55
https://github.com/jrief/django-app-helper/archive/refs/heads/develop.zip
6+
easy-thumbnails[svg]<2.10

tox.ini

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ envlist =
44
isort
55
docs
66
frontend
7-
py{36,37,38}-dj{22}-swap
8-
py{36,37,38}-dj{22}-noswap
9-
py{36,37,38,39}-dj{30,31}-swap
10-
py{36,37,38,39}-dj{30,31}-noswap
11-
py{36,37,38,39,310}-dj32-swap
12-
py{36,37,38,39,310}-dj32-noswap
7+
py{38}-dj{22}-swap
8+
py{38}-dj{22}-noswap
9+
py{38,39}-dj{30,31}-swap
10+
py{38,39}-dj{30,31}-noswap
11+
py{38,39,310}-dj32-swap
12+
py{38,39,310}-dj32-noswap
1313
py{38,39,310,311}-dj{40,41,42}-{swap,noswap}
1414

1515
[gh-actions]

0 commit comments

Comments
 (0)