From 30d1f5df6e8c6aeba58fe610d5365faf722b5c22 Mon Sep 17 00:00:00 2001 From: Heinz-Alexander Fuetterer Date: Tue, 8 Oct 2024 17:43:49 +0200 Subject: [PATCH] s --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aa2b8d31cd..486e647e87 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