mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-24 17:06:16 +03:00
Add support for Python 3.11
This commit is contained in:
parent
5e649c1d70
commit
6801a255a3
|
@ -16,6 +16,7 @@ classifiers =
|
|||
Programming Language :: Python :: 3.8
|
||||
Programming Language :: Python :: 3.9
|
||||
Programming Language :: Python :: 3.10
|
||||
Programming Language :: Python :: 3.11
|
||||
Programming Language :: Python :: Implementation :: CPython
|
||||
Programming Language :: Python :: Implementation :: PyPy
|
||||
Topic :: Multimedia :: Graphics
|
||||
|
|
2
setup.py
2
setup.py
|
@ -38,7 +38,7 @@ TIFF_ROOT = None
|
|||
ZLIB_ROOT = None
|
||||
FUZZING_BUILD = "LIB_FUZZING_ENGINE" in os.environ
|
||||
|
||||
if sys.platform == "win32" and sys.version_info >= (3, 11):
|
||||
if sys.platform == "win32" and sys.version_info >= (3, 12):
|
||||
import atexit
|
||||
|
||||
atexit.register(
|
||||
|
|
Loading…
Reference in New Issue
Block a user