mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-25 09:26:16 +03:00
Add Trove classifier, update setup.py version check, add to tox.ini
This commit is contained in:
parent
c841501c34
commit
6f7231eb5a
3
setup.py
3
setup.py
|
@ -37,7 +37,7 @@ TIFF_ROOT = None
|
|||
ZLIB_ROOT = None
|
||||
|
||||
|
||||
if sys.platform == "win32" and sys.version_info >= (3, 9):
|
||||
if sys.platform == "win32" and sys.version_info >= (3, 10):
|
||||
warnings.warn(
|
||||
f"Pillow {PILLOW_VERSION} does not support Python "
|
||||
f"{sys.version_info.major}.{sys.version_info.minor} and does not provide "
|
||||
|
@ -871,6 +871,7 @@ try:
|
|||
"Programming Language :: Python :: 3.6",
|
||||
"Programming Language :: Python :: 3.7",
|
||||
"Programming Language :: Python :: 3.8",
|
||||
"Programming Language :: Python :: 3.9",
|
||||
"Programming Language :: Python :: 3 :: Only",
|
||||
"Programming Language :: Python :: Implementation :: CPython",
|
||||
"Programming Language :: Python :: Implementation :: PyPy",
|
||||
|
|
Loading…
Reference in New Issue
Block a user