Skip to content

Commit 83234af

Browse files
authored
Merge pull request #110 from chtd/update-supported-version
Update supported python versions in setup.py and README
2 parents 32b5d31 + a7a4e61 commit 83234af

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Installation was tested on Ubuntu 12.04, Ubuntu 14.04, CentOS (RHEL 5.0),
2525
OS X 10.8 - 10.10.
2626
It should be possible to make it work on Windows, but I did not test it.
2727

28-
This module works under CPython 2.6+, CPython 3.2+, PyPy 2 and PyPy 3
28+
This module works under CPython 2.7+, CPython 3.4+, PyPy 2 and PyPy 3
2929
(PyPy version should be at least 2.0, which is ancient history now).
3030

3131
To use this package with Django or SQLAlchemy invoke a compatibility

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,12 @@
4242
'Development Status :: 3 - Alpha',
4343
'License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)',
4444
'Intended Audience :: Developers',
45-
'Programming Language :: Python :: 2.6',
4645
'Programming Language :: Python :: 2.7',
47-
'Programming Language :: Python :: 3.2',
48-
'Programming Language :: Python :: 3.3',
4946
'Programming Language :: Python :: 3.4',
5047
'Programming Language :: Python :: 3.5',
5148
'Programming Language :: Python :: 3.6',
5249
'Programming Language :: Python :: 3.7',
50+
'Programming Language :: Python :: 3.8',
5351
'Programming Language :: Python :: Implementation :: CPython',
5452
'Programming Language :: Python :: Implementation :: PyPy',
5553
'Programming Language :: SQL',

0 commit comments

Comments
 (0)