mirror of
https://github.com/django/django.git
synced 2025-12-23 09:19:27 +00:00
Refs #36664 -- Added Python 3.15 to daily builds.
This commit is contained in:
parent
185b049e9e
commit
5e2bbebed9
2 changed files with 3 additions and 2 deletions
1
.github/workflows/schedule_tests.yml
vendored
1
.github/workflows/schedule_tests.yml
vendored
|
|
@ -19,6 +19,7 @@ jobs:
|
|||
- '3.12'
|
||||
- '3.13'
|
||||
- '3.14'
|
||||
- '3.15-dev'
|
||||
name: Windows, SQLite, Python ${{ matrix.python-version }}
|
||||
continue-on-error: true
|
||||
steps:
|
||||
|
|
|
|||
|
|
@ -6,8 +6,8 @@ black >= 25.9.0
|
|||
docutils >= 0.22
|
||||
geoip2 >= 4.8.0
|
||||
jinja2 >= 2.11.0
|
||||
numpy >= 1.26.0
|
||||
Pillow >= 10.1.0
|
||||
numpy >= 1.26.0; sys.platform != 'win32' or python_version < '3.15'
|
||||
Pillow >= 10.1.0; sys.platform != 'win32' or python_version < '3.15'
|
||||
# pylibmc/libmemcached can't be built on Windows.
|
||||
pylibmc; sys_platform != 'win32'
|
||||
pymemcache >= 3.4.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue