1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-08-24 09:03:34 +00:00

Toolchain update travis drop py2x (#336)

* drop python 2 from supported languages

Python 2 compatibility will not be actively revoked, but will
not be worked on.

* update travis config

* remove flake8-test with Py2.7
This commit is contained in:
Patrick Kanzler
2019-06-11 00:24:09 +02:00
committed by GitHub
parent 63252515b5
commit 5ac5a24b50
3 changed files with 11 additions and 9 deletions

View File

@@ -65,8 +65,6 @@ setup(
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',