mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Add Python 3.4 to classifiers.
I tested Gunicorn with the following command on Pytohn 3.4.0:
$ python3.4 -m venv venv34
$ . venv34/bin/activate
$ pip install -e .
$ pip install -r requirements_dev.txt
$ py.test tests/
This commit is contained in:
parent
b9d291e692
commit
9f8f37d07d
1
setup.py
1
setup.py
@ -24,6 +24,7 @@ CLASSIFIERS = [
|
||||
'Programming Language :: Python :: 3',
|
||||
'Programming Language :: Python :: 3.2',
|
||||
'Programming Language :: Python :: 3.3',
|
||||
'Programming Language :: Python :: 3.4',
|
||||
'Topic :: Internet',
|
||||
'Topic :: Utilities',
|
||||
'Topic :: Software Development :: Libraries :: Python Modules',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user