Skip to content

Commit f4adea1

Browse files
pauloxnettomchristie
authored andcommitted
Python/Django compatibility updates (encode#8288)
* Update python and django versions in tox.ini * Update python requires in setup.py * Update tox.ini Co-authored-by: Tom Christie <[email protected]>
1 parent f8421d3 commit f4adea1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def get_version(package):
8383
packages=find_packages(exclude=['tests*']),
8484
include_package_data=True,
8585
install_requires=["django>=2.2", "pytz"],
86-
python_requires=">=3.5",
86+
python_requires=">=3.6",
8787
zip_safe=False,
8888
classifiers=[
8989
'Development Status :: 5 - Production/Stable',

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
envlist =
3-
{py35,py36,py37}-django22,
3+
{py36,py37,py38,py39}-django22,
44
{py36,py37,py38,py39}-django31,
55
{py36,py37,py38,py39,py310}-django32,
66
{py38,py39,py310}-{django40,djangomain},

0 commit comments

Comments
 (0)