diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 3e80bfaba..9582b2349 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -27,7 +27,6 @@ jobs: strategy: matrix: python-version: - - "3.10" - "3.11" - "3.12" - "3.13" diff --git a/mise.toml b/mise.toml index 65efee5bd..70b31305e 100644 --- a/mise.toml +++ b/mise.toml @@ -1,6 +1,6 @@ [tools] # minimal version we support -python = "3.10" +python = "3.11" node = "25" go = "1.24.5" shellcheck = "0.11.0"