mirror of
https://github.com/django/django.git
synced 2024-11-28 21:43:13 +01:00
Refs #35844 -- Added Python 3.14 to daily builds.
This commit is contained in:
parent
438fc42ac6
commit
48fa531fbc
1
.github/workflows/schedule_tests.yml
vendored
1
.github/workflows/schedule_tests.yml
vendored
@ -20,6 +20,7 @@ jobs:
|
|||||||
- '3.11'
|
- '3.11'
|
||||||
- '3.12'
|
- '3.12'
|
||||||
- '3.13'
|
- '3.13'
|
||||||
|
- '3.14-dev'
|
||||||
name: Windows, SQLite, Python ${{ matrix.python-version }}
|
name: Windows, SQLite, Python ${{ matrix.python-version }}
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
steps:
|
steps:
|
||||||
|
@ -6,8 +6,8 @@ black
|
|||||||
docutils >= 0.19
|
docutils >= 0.19
|
||||||
geoip2
|
geoip2
|
||||||
jinja2 >= 2.11.0
|
jinja2 >= 2.11.0
|
||||||
numpy
|
numpy; python_version < '3.14'
|
||||||
Pillow >= 6.2.1
|
Pillow >= 6.2.1; sys.platform != 'win32' or python_version < '3.14'
|
||||||
# pylibmc/libmemcached can't be built on Windows.
|
# pylibmc/libmemcached can't be built on Windows.
|
||||||
pylibmc; sys_platform != 'win32'
|
pylibmc; sys_platform != 'win32'
|
||||||
pymemcache >= 3.4.0
|
pymemcache >= 3.4.0
|
||||||
|
Loading…
Reference in New Issue
Block a user