From b6efec81b64afe37f5542a290abfbace312a567f Mon Sep 17 00:00:00 2001 From: Heinz-Alexander Fuetterer Date: Sat, 27 Jul 2024 17:18:44 +0200 Subject: [PATCH] test 3.13 --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 921c235d4c..3efe208fd8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,6 +44,12 @@ jobs: matrix: python-version: ['3.8', '3.12'] db-backend: [mysql, postgres] + # test Python 3.13 already using 3.13-dev + # 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' + db-backend: postgres name: "Test (Python: ${{ matrix.python-version }}, DB: ${{ matrix.db-backend }})" needs: lint steps: