1
0
mirror of https://github.com/arsenetar/send2trash.git synced 2026-01-31 10:51:38 +00:00

Expand supported Python versions

This commit is contained in:
Mickaël Schoentgen
2020-12-01 08:36:59 +01:00
parent 49bc438546
commit 38ae2b63d2
4 changed files with 11 additions and 6 deletions

View File

@@ -14,6 +14,8 @@ CLASSIFIERS = [
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Topic :: Desktop Environment :: File Managers",
]