Skip to content

Commit

Permalink
remove django 3.1 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Javier committed Oct 27, 2020
1 parent 6ddc981 commit dcdce80
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@ matrix:
- {env: DJANGO=3.0, python: 'nightly'}
- {env: DJANGO=3.0, python: 'pypy3'}

- {env: DJANGO=master, python: '3.6'}
- {env: DJANGO=master, python: '3.7'}
- {env: DJANGO=master, python: '3.8'}
- {env: DJANGO=master, python: 'nightly'}

allow_failures:
- python: 'nightly'
- env: DJANGO=master
Expand Down
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ def long_description():

setup(
name='django-db-geventpool',
version='3.2.3',
version='3.2.4',
install_requires=[
'django>=1.11',
'django<3.1',
'psycogreen>=1.0',
],
url='https://github.com/jneight/django-db-geventpool',
Expand All @@ -31,6 +32,7 @@ def long_description():
'Framework :: Django',
'Framework :: Django :: 1.11',
'Framework :: Django :: 2.2',
'Framework :: Django :: 3.0',
'Intended Audience :: Developers',
'License :: OSI Approved :: Apache Software License',
'Operating System :: OS Independent',
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@ deps =
dj11: django~=1.1
dj22: django~=2.2
dj30: django~=3.0
dj31: django~=3.1

0 comments on commit dcdce80

Please sign in to comment.