0
0
mirror of https://github.com/django/django.git synced 2024-11-21 19:09:18 +01:00

Refs #35844 -- Added Python 3.14 to daily builds.

This commit is contained in:
Mariusz Felisiak 2024-10-17 03:19:17 +02:00 committed by GitHub
parent 438fc42ac6
commit 48fa531fbc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View File

@ -20,6 +20,7 @@ jobs:
- '3.11'
- '3.12'
- '3.13'
- '3.14-dev'
name: Windows, SQLite, Python ${{ matrix.python-version }}
continue-on-error: true
steps:

View File

@ -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