1
0
mirror of https://github.com/ihabunek/toot.git synced 2024-06-16 06:15:25 +00:00

Drop support for Python 2.6

This commit is contained in:
Ivan Habunek 2017-04-15 14:55:27 +02:00
parent d21e45899c
commit 86f4e1beac
No known key found for this signature in database
GPG Key ID: CDBD63C43A30BB95
2 changed files with 0 additions and 2 deletions

View File

@ -1,7 +1,6 @@
language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"

View File

@ -19,7 +19,6 @@ setup(
'Development Status :: 4 - Beta',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',