Skip to content

Commit dcdce80

Browse files
author
Javier
committed
remove django 3.1 support
1 parent 6ddc981 commit dcdce80

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

.travis.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,6 @@ matrix:
3030
- {env: DJANGO=3.0, python: 'nightly'}
3131
- {env: DJANGO=3.0, python: 'pypy3'}
3232

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-
3833
allow_failures:
3934
- python: 'nightly'
4035
- env: DJANGO=master

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ def long_description():
1414

1515
setup(
1616
name='django-db-geventpool',
17-
version='3.2.3',
17+
version='3.2.4',
1818
install_requires=[
1919
'django>=1.11',
20+
'django<3.1',
2021
'psycogreen>=1.0',
2122
],
2223
url='https://github.com/jneight/django-db-geventpool',
@@ -31,6 +32,7 @@ def long_description():
3132
'Framework :: Django',
3233
'Framework :: Django :: 1.11',
3334
'Framework :: Django :: 2.2',
35+
'Framework :: Django :: 3.0',
3436
'Intended Audience :: Developers',
3537
'License :: OSI Approved :: Apache Software License',
3638
'Operating System :: OS Independent',

tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,3 @@ deps =
99
dj11: django~=1.1
1010
dj22: django~=2.2
1111
dj30: django~=3.0
12-
dj31: django~=3.1

0 commit comments

Comments
 (0)