diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aa2b8d31c..486e647e8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -111,7 +111,7 @@ jobs: # release is scheduled for 2024-10-01 (https://peps.python.org/pep-0719/) # when released: replace "python-version: ['3.8', '3.12']" with python-version: ['3.8', '3.13'] include: - - python-version: '3.13-dev' + - python-version: '3.13' db-backend: postgres steps: - uses: actions/checkout@v4