Skip to content

Commit

Permalink
#7 Added support for Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
zembrodt committed Nov 29, 2019
1 parent b7b0eae commit 750ffdc
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 @@ -13,9 +13,10 @@
long_description_content_type='text/markdown',
url='https://github.com/zembrodt/pymdb',
packages=setuptools.find_packages(),
python_requires='>=3.6.0, <3.8.0',
python_requires='>=3.6.0, <3.9.0',
classifiers=[
'Programming Language :: Python',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.6',
'License :: OSI Approved :: MIT License',
Expand Down

0 comments on commit 750ffdc

Please sign in to comment.