diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7cafbf3..f0755f6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -27,6 +27,7 @@ jobs: "3.11", "3.12", "3.13", + "3.14", ] env: diff --git a/pyproject.toml b/pyproject.toml index 0fcc37a..40f594d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,6 +52,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", "Topic :: Adaptive Technologies", "Topic :: Communications", "Topic :: Database",