Refs #36664 -- Added Python 3.15 to daily builds.
Some checks are pending
Linters / flake8 (push) Waiting to run
Linters / isort (push) Waiting to run
Linters / black (push) Waiting to run
Tests / Windows, SQLite, Python 3.14 (push) Waiting to run
Tests / JavaScript tests (push) Waiting to run

This commit is contained in:
Mariusz Felisiak 2025-10-22 15:36:10 +02:00 committed by GitHub
parent 185b049e9e
commit 5e2bbebed9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View file

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

View file

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