Skip to content

Commit

Permalink
Update package metadata to require Py3.6+.
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Jan 3, 2024
1 parent 6bfa94e commit c6ceb92
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def static_env_list(name, separator=None):
extra_options['zip_safe'] = False
extra_options['python_requires'] = (
# NOTE: keep in sync with Trove classifier list below.
'>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, != 3.4.*')
'>=3.6')

try:
import pkg_resources
Expand Down Expand Up @@ -254,8 +254,6 @@ def build_packages(files):
'License :: OSI Approved :: BSD License',
'Programming Language :: Cython',
# NOTE: keep in sync with 'python_requires' list above.
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
Expand Down

0 comments on commit c6ceb92

Please sign in to comment.