From a1376fb09ee1a70ee72ef0b762742d41ec5785a0 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Fri, 13 Feb 2026 14:02:08 +0200 Subject: [PATCH] Add support for Python 3.14 and also test 3.11-3.14 --- .github/workflows/test-suite.yml | 7 +++++-- pyproject.toml | 1 + 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-suite.yml b/.github/workflows/test-suite.yml index a0dfb99..1bf3caa 100644 --- a/.github/workflows/test-suite.yml +++ b/.github/workflows/test-suite.yml @@ -7,6 +7,9 @@ on: pull_request: branches: ["main"] +env: + FORCE_COLOR: 1 + jobs: tests: name: "Python ${{ matrix.python-version }}" @@ -14,10 +17,10 @@ jobs: strategy: matrix: - python-version: ["3.10"] + python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"] steps: - - uses: "actions/checkout@v4" + - uses: "actions/checkout@v6" - uses: "actions/setup-python@v6" with: python-version: "${{ matrix.python-version }}" diff --git a/pyproject.toml b/pyproject.toml index 2b84943..0b89ec1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,6 +19,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", "Topic :: Internet :: WWW/HTTP", ] dependencies = [