Skip to content

Commit 3aa62be

Browse files
committed
Remove 3.1 support for now
Will add back later
1 parent 2bdd717 commit 3aa62be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
python: [3.6, 3.7, 3.8]
13-
django: [2.2, 3.0, 3.1]
13+
django: [2.2]
1414
database_url:
1515
- postgres://runner:password@localhost/project
1616
- mysql://runner:password@localhost/project

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
django-model-utils==2.3.1
22
django-uuidfield==0.5.0
33
jsonfield==1.0.3
4-
Django>=1.8
4+
Django>=2.2<3.0
55
simplesignals==0.3.0

0 commit comments

Comments
 (0)