mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Refs #35844 -- Added Python 3.14 to daily builds.
This commit is contained in:
@@ -6,8 +6,8 @@ black
|
||||
docutils >= 0.19
|
||||
geoip2
|
||||
jinja2 >= 2.11.0
|
||||
numpy
|
||||
Pillow >= 6.2.1
|
||||
numpy; python_version < '3.14'
|
||||
Pillow >= 6.2.1; sys.platform != 'win32' or python_version < '3.14'
|
||||
# pylibmc/libmemcached can't be built on Windows.
|
||||
pylibmc; sys_platform != 'win32'
|
||||
pymemcache >= 3.4.0
|
||||
|
||||
Reference in New Issue
Block a user