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:
Ian McDonald 2024-07-18 22:44:14 -07:00 committed by GitHub
parent 1f88b67eeb
commit 7c6c627938
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 528 additions and 513 deletions

View File

@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
os: [Ubuntu, MacOS, Windows]
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
steps:
- uses: actions/checkout@v4

1037
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -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"