We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bdd717 commit 3aa62beCopy full SHA for 3aa62be
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
strategy:
11
matrix:
12
python: [3.6, 3.7, 3.8]
13
- django: [2.2, 3.0, 3.1]
+ django: [2.2]
14
database_url:
15
- postgres://runner:password@localhost/project
16
- mysql://runner:password@localhost/project
requirements.txt
@@ -1,5 +1,5 @@
1
django-model-utils==2.3.1
2
django-uuidfield==0.5.0
3
jsonfield==1.0.3
4
-Django>=1.8
+Django>=2.2<3.0
5
simplesignals==0.3.0
0 commit comments