Update version number to 0.6.0 and remove Python 2 support

This commit is contained in:
2024-03-29 19:50:46 -04:00
parent 35846e1eb0
commit 72efce6787
+1 -3
View File
@@ -52,7 +52,7 @@ requires = [
"openpyxl>2.6.0", # https://github.com/kennethreitz-archive/records/pull/184#issuecomment-606207851
"docopt",
]
version = "0.5.3"
version = "0.6.0"
def read(f):
@@ -88,8 +88,6 @@ setup(
"Natural Language :: English",
"License :: OSI Approved :: ISC License (ISCL)",
"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",