diff --git a/hatch.toml b/hatch.toml index 74f2db3..884bf6f 100644 --- a/hatch.toml +++ b/hatch.toml @@ -21,7 +21,7 @@ lint = [ ] [[envs.all.matrix]] -python = ["3.9", "3.10", "3.11", "3.12"] +python = ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"] [envs.container.env-vars] diff --git a/pyproject.toml b/pyproject.toml index c3ac317..1fefcf3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,6 +21,8 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", "Operating System :: POSIX :: Linux", "Operating System :: Microsoft :: Windows", "Operating System :: MacOS",