Drop 3.7 from ci (#587)
* Drop 3.7 from ci Currently, CI is broken for 3.7 as github runs its macos images on arm and doesn't provide arm images for 3.7. As 3.7 is deprecated the best (at least interim) solution would be to drop 3.7 checks entirely.
This commit is contained in:
@@ -39,7 +39,7 @@ pytest = "^6.2.5"
|
||||
pytest-asyncio = "^0.12.0"
|
||||
pytest-cov = "^2.9.0"
|
||||
pytest-mock = "^3.1.1"
|
||||
pydantic = ">=1.8.0,<2"
|
||||
pydantic = ">=1.10.16,<2"
|
||||
protobuf = "^4"
|
||||
cachelib = "^0.10.2"
|
||||
tomlkit = ">=0.7.0"
|
||||
|
||||
Reference in New Issue
Block a user