1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 14:31:46 +00:00

remove support for python 3.3 due to EOL

This commit is contained in:
deadc0de6
2018-10-08 16:23:28 +02:00
parent 35fc17d2a7
commit bad483935b
2 changed files with 0 additions and 2 deletions

View File

@@ -1,6 +1,5 @@
language: python
python:
- "3.3"
- "3.4"
- "3.5"
- "3.6"

View File

@@ -32,7 +32,6 @@ setup(
python_requires=REQUIRES_PYTHON,
classifiers=[
'Development Status :: 5 - Production/Stable',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',