diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 246096fb..571d7952 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,7 +61,7 @@ jobs: strategy: fail-fast: false matrix: - py: ["3.11", "3.12", "3.13"] + py: ["3.11", "3.12", "3.13", "3.14"] steps: - uses: actions/checkout@v4.2.2 @@ -79,7 +79,7 @@ jobs: strategy: fail-fast: false matrix: - py: ["3.11", "3.12", "3.13"] + py: ["3.11", "3.12", "3.13", "3.14"] steps: - uses: actions/checkout@v4.2.2 @@ -97,7 +97,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, macos-latest, windows-latest] - py: ["3.11", "3.12", "3.13"] + py: ["3.11", "3.12", "3.13", "3.14"] steps: - uses: actions/checkout@v4.2.2 diff --git a/pyproject.toml b/pyproject.toml index 9e043529..060aa172 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,6 +21,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", "Typing :: Stubs Only", "Typing :: Typed", ] @@ -247,6 +248,7 @@ env_list = [ "3.11", "3.12", "3.13", + "3.14", ] [tool.tox.env_run_base] @@ -293,7 +295,6 @@ env_list = [ "mypy", "--no-incremental", "--cache-dir=/dev/null", - "--soft-error-limit=-1", {replace = "posargs", default = ["."], extend = true}, ], ]