Drop Python 3.10 support (#97007)

This commit is contained in:
Franck Nijhof
2023-07-22 23:03:45 +02:00
committed by GitHub
parent 9424d11408
commit ce1f5f997e
12 changed files with 13 additions and 22 deletions

View File

@@ -144,10 +144,6 @@ pubnub!=6.4.0
# https://github.com/dahlia/iso4217/issues/16
iso4217!=1.10.20220401
# Pandas 1.4.4 has issues with wheels om armhf + Py3.10
# Limit this to Python 3.10, to be able to install Python 3.11 wheels for now
pandas==1.4.3;python_version<'3.11'
# Matplotlib 3.6.2 has issues building wheels on armhf/armv7
# We need at least >=2.1.0 (tensorflow integration -> pycocotools)
matplotlib==3.6.1