diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9366774..fbc83f3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,7 +22,7 @@ jobs: - "3.11" - "3.12" - "3.13" - - "3.14.0-beta - 3.14" + - "3.14" steps: - name: Checkout the code diff --git a/pyproject.toml b/pyproject.toml index b5a3a2c..425eb26 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,6 +13,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 :: 3", "Topic :: System :: Logging", ]