From 84e1dac74ccc563c84c64eea99ec15ecc7e14fa5 Mon Sep 17 00:00:00 2001 From: jorenham Date: Wed, 6 Aug 2025 16:28:03 +0200 Subject: [PATCH 1/2] =?UTF-8?q?=E2=9C=A8=20Python=203.14=20support?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 8 ++++---- pyproject.toml | 3 ++- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 246096fb..4788341b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: - uses: uncenter/setup-taplo@v1.0.8 with: - version: "0.9.3" + version: "0.10.0" - name: taplo run: | taplo validate --colors never --no-schema @@ -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}, ], ] From 7de8a0ff39a9756a51c213ac320ff3f0759a1454 Mon Sep 17 00:00:00 2001 From: jorenham Date: Wed, 6 Aug 2025 16:30:32 +0200 Subject: [PATCH 2/2] =?UTF-8?q?=E2=8F=AA=20revert=20taplo=20upgrade=20in?= =?UTF-8?q?=20CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4788341b..571d7952 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: - uses: uncenter/setup-taplo@v1.0.8 with: - version: "0.10.0" + version: "0.9.3" - name: taplo run: | taplo validate --colors never --no-schema