File tree Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -30,11 +30,6 @@ matrix:
30
30
- {env: DJANGO=3.0, python: 'nightly'}
31
31
- {env: DJANGO=3.0, python: 'pypy3'}
32
32
33
- - {env: DJANGO=master, python: '3.6'}
34
- - {env: DJANGO=master, python: '3.7'}
35
- - {env: DJANGO=master, python: '3.8'}
36
- - {env: DJANGO=master, python: 'nightly'}
37
-
38
33
allow_failures :
39
34
- python : ' nightly'
40
35
- env : DJANGO=master
Original file line number Diff line number Diff line change @@ -14,9 +14,10 @@ def long_description():
14
14
15
15
setup (
16
16
name = 'django-db-geventpool' ,
17
- version = '3.2.3 ' ,
17
+ version = '3.2.4 ' ,
18
18
install_requires = [
19
19
'django>=1.11' ,
20
+ 'django<3.1' ,
20
21
'psycogreen>=1.0' ,
21
22
],
22
23
url = 'https://github.com/jneight/django-db-geventpool' ,
@@ -31,6 +32,7 @@ def long_description():
31
32
'Framework :: Django' ,
32
33
'Framework :: Django :: 1.11' ,
33
34
'Framework :: Django :: 2.2' ,
35
+ 'Framework :: Django :: 3.0' ,
34
36
'Intended Audience :: Developers' ,
35
37
'License :: OSI Approved :: Apache Software License' ,
36
38
'Operating System :: OS Independent' ,
Original file line number Diff line number Diff line change 9
9
dj11: django~=1.1
10
10
dj22: django~=2.2
11
11
dj30: django~=3.0
12
- dj31: django~=3.1
You can’t perform that action at this time.
0 commit comments