Skip to content

Commit a99fa24

Browse files
committed
Use 2.9.0's setup.py for 2.9.1
1 parent 60b33e0 commit a99fa24

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

setup.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,18 @@ def run(self):
4444
'License :: OSI Approved :: BSD License',
4545
'Operating System :: OS Independent',
4646
'Programming Language :: Python',
47+
'Programming Language :: Python :: 2',
48+
'Programming Language :: Python :: 2.7',
4749
'Programming Language :: Python :: 3',
50+
'Programming Language :: Python :: 3.4',
51+
'Programming Language :: Python :: 3.5',
4852
'Programming Language :: Python :: 3.6',
4953
'Programming Language :: Python :: 3.7',
50-
'Programming Language :: Python :: 3.8',
51-
'Programming Language :: Python :: 3.9',
5254
'Programming Language :: Python :: Implementation :: CPython',
5355
'Programming Language :: Python :: Implementation :: PyPy',
5456
'Topic :: Software Development :: Libraries :: Python Modules',
5557
],
56-
python_requires='>=3.6',
58+
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*',
5759
packages=['babel', 'babel.messages', 'babel.localtime'],
5860
include_package_data=True,
5961
install_requires=[

0 commit comments

Comments
 (0)