diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4768ee5..a425df6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: matrix: # Only test supported Python versions: # https://endoflife.date/python - python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "pypy3.9"] + python-version: ["3.10", "3.11", "3.12", "3.13", "3.14", "pypy3.9"] steps: - name: Checkout code diff --git a/pyproject.toml b/pyproject.toml index 53f3f06..a6362c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,6 +38,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", ] diff --git a/tox.ini b/tox.ini index 7a56435..9fde6c4 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] skipdist = true -envlist = py{39,310,311,312,313,py39}-test +envlist = py{310,311,312,313,314,py39}-test [pytest] norecursedirs = .eggs build tmp* vips-*