Commit ae64b7f 1 parent a3538c7 commit ae64b7f Copy full SHA for ae64b7f
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Yet to be versioned and released. Only available from *dev* branch until then.
7
7
8
8
.. rubric :: General
9
9
10
- * drop support for Python 2.7.x
10
+ * drop support for Python 2.7.x and Python < 3.7
11
11
12
12
.. rubric :: Big fixes
13
13
Original file line number Diff line number Diff line change @@ -46,9 +46,9 @@ def requirements(filename):
46
46
'Operating System :: Microsoft :: Windows' ,
47
47
'Operating System :: POSIX :: Linux' ,
48
48
'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 ' ,
52
52
'Programming Language :: Python :: Implementation :: CPython'
53
53
],
54
54
packages = find_packages (exclude = ["docs*" ]),
You can’t perform that action at this time.
0 commit comments