Refs #34118 -- Skipped not compatible requirements on daily builds for Python 3.12.

This commit is contained in:
Mariusz Felisiak 2022-11-16 08:16:40 +01:00 committed by GitHub
parent 5c23d9f0c3
commit 67504ea505
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -5,10 +5,10 @@ backports.zoneinfo; python_version < '3.9'
bcrypt
black
docutils
geoip2
geoip2; python_version < '3.12'
jinja2 >= 2.9.2
numpy
Pillow >= 6.2.0
numpy; python_version < '3.12'
Pillow >= 6.2.0; sys.platform != 'win32' or python_version < '3.12'
# pylibmc/libmemcached can't be built on Windows.
pylibmc; sys.platform != 'win32'
pymemcache >= 3.4.0