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

Merge pull request #52 from BoboTiG/impr-expand-ci

Expand supported Python versions
This commit is contained in:
2021-01-12 16:58:09 -06:00
committed by GitHub
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",
]