forked from orbit-oss/flask
Remove python 2.6 and 3.3 everywhere. (#2583)
This commit is contained in:
parent
22e072379b
commit
60eecb547d
4 changed files with 4 additions and 5 deletions
2
setup.py
2
setup.py
|
|
@ -95,10 +95,8 @@ setup(
|
|||
'Operating System :: OS Independent',
|
||||
'Programming Language :: Python',
|
||||
'Programming Language :: Python :: 2',
|
||||
'Programming Language :: Python :: 2.6',
|
||||
'Programming Language :: Python :: 2.7',
|
||||
'Programming Language :: Python :: 3',
|
||||
'Programming Language :: Python :: 3.3',
|
||||
'Programming Language :: Python :: 3.4',
|
||||
'Programming Language :: Python :: 3.5',
|
||||
'Programming Language :: Python :: 3.6',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue