chore: drop unsupported python versions and add supported ones

This commit is contained in:
Jose Diaz-Gonzalez
2024-05-25 04:24:32 -04:00
committed by GitHub
parent d8c228c83e
commit 8449d6352d

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(),