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 = [