Merge pull request #291 from josegonzalez/josegonzalez-patch-1

chore: drop unsupported python versions and add supported ones
This commit is contained in:
Jose Diaz-Gonzalez
2024-05-25 04:32:03 -04:00
committed by GitHub

View File

@@ -40,10 +40,11 @@ setup(
"Development Status :: 5 - Production/Stable",
"Topic :: System :: Archiving :: Backup",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
],
description="backup a github user or organization",
long_description=open_file("README.rst").read(),