From b17ac695e7d48511931c288bde6fd82f40794cc1 Mon Sep 17 00:00:00 2001 From: FahdWeb3Dev <35965906+ELHARAKA@users.noreply.github.com> Date: Fri, 3 May 2024 21:59:08 +0100 Subject: [PATCH] Update --- README.md | 2 +- setup.py | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 96ed5b8..e9e508f 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ RepoCleaner is a powerful command-line tool designed to help you efficiently man To use RepoCleaner, you need: -- Python 3.6 or higher. +- Python 3.10 or higher. - A GitHub API access token with the following permissions: - `repo`: Full control of private repositories and access to public repositories. - `delete_repo`: Permission to delete repositories. diff --git a/setup.py b/setup.py index 897f352..5e4458b 100644 --- a/setup.py +++ b/setup.py @@ -25,9 +25,11 @@ 'Topic :: Software Development :: Version Control', 'License :: OSI Approved :: MIT License', 'Programming Language :: Python :: 3', + 'Programming Language :: Python :: 3.10', + 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', ], - python_requires='>=3.7', + python_requires='>=3.10', ) \ No newline at end of file