diff --git a/hatch.toml b/hatch.toml index db51d19..b0095b6 100644 --- a/hatch.toml +++ b/hatch.toml @@ -21,7 +21,7 @@ cov = [ type = "container" [[envs.all.matrix]] -python = ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] +python = ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"] [envs.lint] detached = true diff --git a/pyproject.toml b/pyproject.toml index 6cee888..f4f5b97 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -80,7 +80,7 @@ cov = "pytest --cov-report=term-missing --cov-config=pyproject.toml --cov=hatch_ no-cov = "cov --no-cov" [[tool.hatch.envs.test.matrix]] -python = ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] +python = ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"] [tool.hatch.build.targets.wheel.hooks.mypyc]