Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
ELHARAKA committed May 3, 2024
1 parent 271a646 commit b17ac69
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
)

0 comments on commit b17ac69

Please sign in to comment.