Skip to content

Commit

Permalink
chore(s390x): use older urllib3 on 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
vytas7 committed Dec 1, 2023
1 parent 7e9698b commit be30627
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions requirements/tests
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,6 @@ python-rapidjson; platform_machine != 's390x' and platform_machine != 'aarch64'

# wheels are missing some EoL interpreters and non-x86 platforms; build would fail unless rust is available
orjson; python_version >= '3.7' and platform_python_implementation != 'PyPy' and platform_machine != 's390x' and platform_machine != 'aarch64'

# Images for 3.7 on emulated architectures seem to only have OpenSSL 1.0.2
urllib3 < 2.0; python_version <= '3.7'

0 comments on commit be30627

Please sign in to comment.