diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-11-18 16:58:25 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-18 16:58:25 +0100 |
| commit | 19c4052f98e5dc4fe9d7edd7125df6a66efbd79f (patch) | |
| tree | 4a16157765ba95914d55dece2c6c2bb2ee5365a5 /tests/requirements/py3.txt | |
| parent | 911b1619ab62317aaa7594d5fd52c1b8e43969a0 (diff) | |
Refs #34118 -- Used Python 3.12 for GitHub actions.
Diffstat (limited to 'tests/requirements/py3.txt')
| -rw-r--r-- | tests/requirements/py3.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/requirements/py3.txt b/tests/requirements/py3.txt index aad91469ec..b915eaab39 100644 --- a/tests/requirements/py3.txt +++ b/tests/requirements/py3.txt @@ -4,10 +4,10 @@ argon2-cffi >= 19.2.0 bcrypt black docutils >= 0.19 -geoip2; python_version < '3.12' +geoip2 jinja2 >= 2.11.0 -numpy; python_version < '3.12' -Pillow >= 6.2.1; sys.platform != 'win32' or python_version < '3.12' +numpy +Pillow >= 6.2.1 # pylibmc/libmemcached can't be built on Windows. pylibmc; sys.platform != 'win32' pymemcache >= 3.4.0 |
