diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6f53b06..d1d06c0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"] env: UV_PYTHON: ${{ matrix.python-version }} diff --git a/doc/changelog.rst b/doc/changelog.rst index ce6faf3..387fd56 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -1,10 +1,8 @@ Changelog ========= -* :feature:`-` Update python versions >=3.8, <=3.13 +* :feature:`-` Update python versions >=3.8, <=3.14 * :feature:`-` Use UV in CI -* :feature:`-` Update python versions >=3.7, <=3.12 -* :feature:`40` Drop support for python version < 3.5 * :release:`1.12.0 <03-02-2019>` * :feature:`-` Add custom repr to EdgeTriggered * :feature:`-` Allow Pact.wait to be eager (checking all untils, not just the first one) diff --git a/pyproject.toml b/pyproject.toml index 99b860d..cf08feb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,6 +17,7 @@ classifiers = [ "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", ] dependencies = ["flux", "Logbook>=0.12.2", "waiting"] dynamic = ["version"]