diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index b6b8f7f..8403a07 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -25,7 +25,8 @@ jobs: "3.12", "3.13", "3.14", - "3.14t", + "3.15", + "3.15t", "pypy3.11", ] diff --git a/pyproject.toml b/pyproject.toml index d883d35..27bb4a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,6 +26,7 @@ classifiers = [ "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", "Programming Language :: Python :: 3.14", + "Programming Language :: Python :: 3.15", "Programming Language :: Python :: Free Threading", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy",