diff --git a/.changes/unreleased/Dependencies-20240213-203707.yaml b/.changes/unreleased/Dependencies-20240213-203707.yaml new file mode 100644 index 00000000..217f52d0 --- /dev/null +++ b/.changes/unreleased/Dependencies-20240213-203707.yaml @@ -0,0 +1,6 @@ +kind: Dependencies +body: Increase test coverage to include Python 3.12 +time: 2024-02-13T20:37:07.912021-08:00 +custom: + Author: tlento + PR: "257" diff --git a/.github/workflows/ci-pytest.yaml b/.github/workflows/ci-pytest.yaml index 77c41fc7..6eb2cd10 100644 --- a/.github/workflows/ci-pytest.yaml +++ b/.github/workflows/ci-pytest.yaml @@ -15,7 +15,7 @@ jobs: strategy: matrix: - python-version: ["3.8", "3.9", "3.10", "3.11"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] pydantic-version: ["1.10", "2.0"] runs-on: ubuntu-latest steps: