diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 664b636..96ca826 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-python@v4 with: - python-version: "3.10" + python-version: "3.12" - run: pip install pre-commit - uses: actions/cache@v3 id: pre-commit-cache @@ -27,11 +27,11 @@ jobs: strategy: fail-fast: false matrix: - python-version: [ "3.8.18", "3.9.18", "3.10.13", "3.11.7", "3.12.1" ] + python-version: [ "3.8.18", "3.9.19", "3.10.14", "3.11.9", "3.12.4" ] # Ideally we would test starlette versions, not FastAPI, # but our test suite currently uses FastAPI comprehensively, # so we would need to redo that first. - fastapi-version: [ "0.106", "0.107", "0.108"] + fastapi-version: [ "0.109", "0.110", "0.111"] steps: - uses: actions/checkout@v3 - uses: actions/setup-python@v4