We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d8c228c + 8449d63 commit 8d7311eCopy full SHA for 8d7311e
setup.py
@@ -40,10 +40,11 @@ def open_file(fname):
40
"Development Status :: 5 - Production/Stable",
41
"Topic :: System :: Archiving :: Backup",
42
"License :: OSI Approved :: MIT License",
43
- "Programming Language :: Python :: 3.5",
44
- "Programming Language :: Python :: 3.6",
45
- "Programming Language :: Python :: 3.7",
46
"Programming Language :: Python :: 3.8",
+ "Programming Language :: Python :: 3.9",
+ "Programming Language :: Python :: 3.10",
+ "Programming Language :: Python :: 3.11",
47
+ "Programming Language :: Python :: 3.12",
48
],
49
description="backup a github user or organization",
50
long_description=open_file("README.rst").read(),
0 commit comments