From a871669a6041ae3b5046c9438b13c3be72512acf Mon Sep 17 00:00:00 2001 From: Denis Laxalde Date: Tue, 8 Oct 2024 11:55:53 +0200 Subject: [PATCH] Run tests with Python 3.13 in CI --- .github/workflows/tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 32c1aa06..c9dbf76a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -10,7 +10,7 @@ jobs: include: - python: "3.9" psycopg: "psycopg2" - - python: "3.12" + - python: "3.13" psycopg: "psycopg3" steps: - uses: actions/checkout@v4 @@ -18,6 +18,7 @@ jobs: uses: actions/setup-python@v5 with: python-version: ${{ matrix.python }} + allow-prereleases: true - name: Install tox run: pip install tox - name: Add fr_FR and zh_TW for test purposes