Add Python 3.10 to CI (#59729)
This commit is contained in:
parent
7012375bf1
commit
276fd4f42c
35 changed files with 99 additions and 428 deletions
|
@ -27,6 +27,7 @@ COMMENT_REQUIREMENTS = (
|
|||
"envirophat",
|
||||
"evdev",
|
||||
"face_recognition",
|
||||
"homeassistant-pyozw",
|
||||
"i2csense",
|
||||
"opencv-python-headless",
|
||||
"pybluez",
|
||||
|
@ -94,10 +95,6 @@ enum34==1000000000.0.0
|
|||
typing==1000000000.0.0
|
||||
uuid==1000000000.0.0
|
||||
|
||||
# Temporary constraint on pandas, to unblock 2021.7 releases
|
||||
# until we have fixed the wheels builds for newer versions.
|
||||
pandas==1.3.0
|
||||
|
||||
# regex causes segfault with version 2021.8.27
|
||||
# https://bitbucket.org/mrabarnett/mrab-regex/issues/421/2021827-results-in-fatal-python-error
|
||||
# This is fixed in 2021.8.28
|
||||
|
@ -111,6 +108,10 @@ anyio==3.5.0
|
|||
h11==0.12.0
|
||||
httpcore==0.14.5
|
||||
|
||||
# Ensure we have a hyperframe version that works in Python 3.10
|
||||
# 5.2.0 fixed a collections abc deprecation
|
||||
hyperframe>=5.2.0
|
||||
|
||||
# pytest_asyncio breaks our test suite. We rely on pytest-aiohttp instead
|
||||
pytest_asyncio==1000000000.0.0
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue