From ca89e3eb4e36f250d5bfa2d74bb1e681a6833208 Mon Sep 17 00:00:00 2001 From: Bartosz Sokorski Date: Wed, 1 Oct 2025 23:58:43 +0200 Subject: [PATCH] Add Python 3.14 to the test matrix --- .github/workflows/tests.yaml | 3 ++- news/506.feat.md | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 news/506.feat.md diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 6159a116..1034e56b 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -17,7 +17,7 @@ jobs: strategy: matrix: os: [Ubuntu, macOS, Windows] - python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] + python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"] include: - os: Ubuntu image: ubuntu-22.04 @@ -42,6 +42,7 @@ jobs: with: python-version: ${{ matrix.python-version }} cache: poetry + allow-prereleases: 'true' - name: Install dependencies run: poetry install diff --git a/news/506.feat.md b/news/506.feat.md new file mode 100644 index 00000000..bd929c9e --- /dev/null +++ b/news/506.feat.md @@ -0,0 +1 @@ +Add support for Python 3.14.