From 1726fb187f25685e75e8e44847534b1ea8464401 Mon Sep 17 00:00:00 2001 From: Heinz-Alexander Fuetterer Date: Wed, 18 Sep 2024 10:23:06 +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 486e647e8..aa2b8d31c 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' + - python-version: '3.13-dev' db-backend: postgres steps: - uses: actions/checkout@v4