diff --git a/.github/workflows/tox.yml b/.github/workflows/tox.yml index a5af6c4f2bd..9a8701f3243 100644 --- a/.github/workflows/tox.yml +++ b/.github/workflows/tox.yml @@ -94,7 +94,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.10", "3.11", "3.12", "3.13"] + python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"] dependencies: [latest, pre] include: - python-version: "3.10" diff --git a/pyproject.toml b/pyproject.toml index 323d2fad6b8..513dbecd48a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,6 +20,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", "Topic :: Scientific/Engineering :: Image Recognition", ] dependencies = [