diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8518c0f..58a4a25 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: os: [ ubuntu-22.04 ] - python: [ '3.9', '3.10', '3.11', '3.12', '3.13' ] + python: [ '3.9', '3.10', '3.11', '3.12', '3.13', '3.14' ] variant: [ "py", "py-images" ] include: - os: macOS-12 diff --git a/docs/changelog.rst b/docs/changelog.rst index 6309ee6..02fcec8 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,10 @@ Changelog --------- +v0.16.3 +~~~~~~~ +* Add support for Python 3.14. + v0.16.2 ~~~~~~~ * Add support for Python 3.13. diff --git a/pyproject.toml b/pyproject.toml index 7949cb9..81cdc66 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,6 +24,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", "Topic :: Multimedia :: Graphics", "Topic :: Software Development :: Libraries :: Python Modules", ]