1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Refs #34118 -- Used Python 3.12 for GitHub actions.

This commit is contained in:
Mariusz Felisiak
2023-11-18 16:58:25 +01:00
committed by GitHub
parent 911b1619ab
commit 19c4052f98
6 changed files with 21 additions and 13 deletions

View File

@@ -4,10 +4,10 @@ argon2-cffi >= 19.2.0
bcrypt
black
docutils >= 0.19
geoip2; python_version < '3.12'
geoip2
jinja2 >= 2.11.0
numpy; python_version < '3.12'
Pillow >= 6.2.1; sys.platform != 'win32' or python_version < '3.12'
numpy
Pillow >= 6.2.1
# pylibmc/libmemcached can't be built on Windows.
pylibmc; sys.platform != 'win32'
pymemcache >= 3.4.0