This repository was archived by the owner on Nov 22, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1006,8 +1006,12 @@ As of May/June 2016 the code is now tested against pylint.
10061006This was required in order to move the codebase into Python 3.x.
10071007The motivation for this came from [Danielle Madeley (danni)](https://github.com/danni).
10081008
1009- While the codebase has been edited to run on Python 3.x, there's not been enough Python 3.x testing performed.
1010- If you can help in this regard; please contact the maintainers.
1009+ ~~While the codebase has been edited to run on Python 3.x, there's not been enough Python 3.x testing performed.~~
1010+ ~~If you can help in this regard; please contact the maintainers.~~
1011+
1012+ As of January 2020 the code is Python3 clean.
1013+
1014+ As of January 2020 the code is shipped up to pypi with Python2 support removed.
10111015
10121016## Credit
10131017
Original file line number Diff line number Diff line change @@ -1178,9 +1178,14 @@ required in order to move the codebase into Python 3.x. The motivation
11781178for this came from `Danielle Madeley
11791179(danni) <https://github.com/danni>`__.
11801180
1181- While the codebase has been edited to run on Python 3.x, there's not
1182- been enough Python 3.x testing performed. If you can help in this
1183- regard; please contact the maintainers.
1181+ [STRIKEOUT:While the codebase has been edited to run on Python 3.x,
1182+ there's not been enough Python 3.x testing performed.] [STRIKEOUT:If you
1183+ can help in this regard; please contact the maintainers.]
1184+
1185+ As of January 2020 the code is Python3 clean.
1186+
1187+ As of January 2020 the code is shipped up to pypi with Python2 support
1188+ removed.
11841189
11851190Credit
11861191------
Original file line number Diff line number Diff line change @@ -44,9 +44,6 @@ def main():
4444 'Intended Audience :: Developers',
4545 'Topic :: Software Development :: Libraries :: Python Modules',
4646 'License :: OSI Approved :: MIT License',
47- 'Programming Language :: Python :: 2',
48- 'Programming Language :: Python :: 2.6',
49- 'Programming Language :: Python :: 2.7',
5047 'Programming Language :: Python :: 3',
5148 'Programming Language :: Python :: 3.2',
5249 'Programming Language :: Python :: 3.3',
You can’t perform that action at this time.
0 commit comments