Skip to content

Commit

Permalink
Declaring depending on python3.7+
Browse files Browse the repository at this point in the history
  • Loading branch information
kousu committed Apr 9, 2021
1 parent d9e47cf commit 77de4f5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ def readme():
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
Expand All @@ -49,6 +45,7 @@ def readme():
'Topic :: Software Development :: Documentation',
'Topic :: Utilities'
],
python_requires='>=3.7',
platforms='any',
packages=find_packages(),
namespace_packages=['sphinxcontrib'],
Expand Down

0 comments on commit 77de4f5

Please sign in to comment.