Remove Python 3.7 from classifiers (#3784)

Follow-up on https://github.com/psf/black/pull/3765
This commit is contained in:
Nicola Soranzo 2023-07-11 15:21:15 +01:00 committed by GitHub
parent a062d5c985
commit 027afda403
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,7 +54,6 @@ classifiers = [
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",