Skip to content

Commit

Permalink
Mark support for Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
gunthercox committed Aug 16, 2020
1 parent b5bf32a commit 3840771
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
include_package_data=True,
install_requires=REQUIREMENTS,
dependency_links=DEPENDENCIES,
python_requires='>=3.4, <4',
python_requires='>=3.4, <=3.8',
license='BSD',
zip_safe=True,
platforms=['any'],
Expand All @@ -90,6 +90,7 @@
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3 :: Only',
],
test_suite='tests'
Expand Down

0 comments on commit 3840771

Please sign in to comment.