Skip to content

Commit ae64b7f

Browse files
committed
drop support for python < 3.7
1 parent a3538c7 commit ae64b7f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

changelog.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Yet to be versioned and released. Only available from *dev* branch until then.
77

88
.. rubric:: General
99

10-
* drop support for Python 2.7.x
10+
* drop support for Python 2.7.x and Python < 3.7
1111

1212
.. rubric:: Big fixes
1313

setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ def requirements(filename):
4646
'Operating System :: Microsoft :: Windows',
4747
'Operating System :: POSIX :: Linux',
4848
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
49-
'Programming Language :: Python :: 3',
50-
'Programming Language :: Python :: 3.5',
51-
'Programming Language :: Python :: 3.6',
49+
'Programming Language :: Python :: 3.7',
50+
'Programming Language :: Python :: 3.8',
51+
'Programming Language :: Python :: 3.9',
5252
'Programming Language :: Python :: Implementation :: CPython'
5353
],
5454
packages=find_packages(exclude=["docs*"]),

0 commit comments

Comments
 (0)