Skip to content

Commit

Permalink
Dropped Python 2.7 from the list of supported Python versions
Browse files Browse the repository at this point in the history
Relates to #666.
  • Loading branch information
agronholm committed Nov 11, 2022
1 parent a5e2cad commit f74a313
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
Expand All @@ -36,7 +35,7 @@
keywords='scheduling cron',
license='MIT',
packages=find_packages(exclude=['tests']),
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4',
python_requires='!=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4',
setup_requires=[
'setuptools_scm'
],
Expand Down

0 comments on commit f74a313

Please sign in to comment.