Skip to content

Commit 8d7311e

Browse files
authored
Merge pull request #291 from josegonzalez/josegonzalez-patch-1
chore: drop unsupported python versions and add supported ones
2 parents d8c228c + 8449d63 commit 8d7311e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

setup.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,11 @@ def open_file(fname):
4040
"Development Status :: 5 - Production/Stable",
4141
"Topic :: System :: Archiving :: Backup",
4242
"License :: OSI Approved :: MIT License",
43-
"Programming Language :: Python :: 3.5",
44-
"Programming Language :: Python :: 3.6",
45-
"Programming Language :: Python :: 3.7",
4643
"Programming Language :: Python :: 3.8",
44+
"Programming Language :: Python :: 3.9",
45+
"Programming Language :: Python :: 3.10",
46+
"Programming Language :: Python :: 3.11",
47+
"Programming Language :: Python :: 3.12",
4748
],
4849
description="backup a github user or organization",
4950
long_description=open_file("README.rst").read(),

0 commit comments

Comments
 (0)