File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ The package can be used to backup an *entire* `Github <https://github.com/>`_ or
99Requirements
1010============
1111
12- - Python 3.8 or higher
12+ - Python 3.10 or higher
1313- GIT 1.9+
1414
1515Installation
Original file line number Diff line number Diff line change @@ -40,16 +40,16 @@ 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.8" ,
44- "Programming Language :: Python :: 3.9" ,
4543 "Programming Language :: Python :: 3.10" ,
4644 "Programming Language :: Python :: 3.11" ,
4745 "Programming Language :: Python :: 3.12" ,
46+ "Programming Language :: Python :: 3.13" ,
47+ "Programming Language :: Python :: 3.14" ,
4848 ],
4949 description = "backup a github user or organization" ,
5050 long_description = open_file ("README.rst" ).read (),
5151 long_description_content_type = "text/x-rst" ,
5252 install_requires = open_file ("requirements.txt" ).readlines (),
53- python_requires = ">=3.8 " ,
53+ python_requires = ">=3.10 " ,
5454 zip_safe = True ,
5555)
You can’t perform that action at this time.
0 commit comments