diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index b45695bcd..65b8274e9 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -48,6 +48,7 @@ jobs: python-version: - "3.10" - "3.11" + - "3.12" steps: - uses: actions/checkout@v3 - name: Install Poetry @@ -95,7 +96,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: "3.12" + python-version: "3.13" cache: "poetry" - name: Cache Models used with Tests uses: actions/cache@v3