diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 7cc18cd3..71c2b5c8 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -15,10 +15,10 @@ jobs: - name: Checkout uses: actions/checkout@v4 - - name: Set up Python 3.11 - uses: actions/setup-python@v2 + - name: Set up Python 3.12 + uses: actions/setup-python@v3 with: - python-version: "3.11" + python-version: "3.12" - name: Install dependencies run: |