diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2025-10-13 16:34:26 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2025-10-17 19:25:02 +0200 |
| commit | 56977b466c33ca3da14a1ed2609172425a76a34e (patch) | |
| tree | 517a74133960b575c77134526e7ec03c9d62a192 /tests/requirements | |
| parent | 2d9c194d5a0d9ae746e16ee5f641e30d544dc31b (diff) | |
Refs #35844 -- Doc'd Python 3.14 compatibility.
Diffstat (limited to 'tests/requirements')
| -rw-r--r-- | tests/requirements/py3.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/requirements/py3.txt b/tests/requirements/py3.txt index 1a16cc0440..76a017aab4 100644 --- a/tests/requirements/py3.txt +++ b/tests/requirements/py3.txt @@ -7,7 +7,7 @@ docutils >= 0.19 geoip2 >= 4.8.0 jinja2 >= 2.11.0 numpy >= 1.26.0 -Pillow >= 10.1.0; sys.platform != 'win32' or python_version < '3.14' +Pillow >= 10.1.0 # pylibmc/libmemcached can't be built on Windows. pylibmc; sys_platform != 'win32' pymemcache >= 3.4.0 |
