diff --git a/setup.py b/setup.py index 437fec4..4a7cfed 100644 --- a/setup.py +++ b/setup.py @@ -102,7 +102,7 @@ setup( 'Operating System :: OS Independent', 'Programming Language :: Python', ], - install_requires=['django>=1.8, <1.12'], + install_requires=['django>=3.2, <3.3'], zip_safe=False, cmdclass={ 'build': build, diff --git a/tox.ini b/tox.ini index e4fa390..b821eba 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/bidon/{env:BRANCH_NAME:} -envlist = py3-django22-coverage-junit +envlist = py3-coverage-junit [testenv] usedevelop = True @@ -11,8 +11,7 @@ setenv = coverage: COVERAGE=--cov-report xml --cov-report html --cov=bidon/ junit: JUNIT=--junitxml=junit-{envname}.xml deps = - django22: django>=2.2,<2.3 - psycopg2<2.9 + psycopg2-binary>=2.9 pytest-cov pytest-django pytest