diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2024-10-17 03:19:17 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-16 22:19:17 -0300 |
| commit | 48fa531fbcd96af301781a6e5192509081d7dd2d (patch) | |
| tree | 7342d4f224da76dbc598ad1e9ed13f218f45ab5f /tests/requirements/py3.txt | |
| parent | 438fc42ac667653488200578a47e59f6608f2b0b (diff) | |
Refs #35844 -- Added Python 3.14 to daily builds.
Diffstat (limited to 'tests/requirements/py3.txt')
| -rw-r--r-- | tests/requirements/py3.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/requirements/py3.txt b/tests/requirements/py3.txt index a9679af97c..f0e208a115 100644 --- a/tests/requirements/py3.txt +++ b/tests/requirements/py3.txt @@ -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 |
