From 68b6db4b61f3dd9fe04d7696dc693ad41eb35e2f Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 27 Jul 2024 00:07:17 +0530 Subject: [PATCH] Bump minimum python version to 3.9 3.8 is almost EOL will be in a month or so --- .github/workflows/ci.yml | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 29c00792c..eff20020e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: cc: [gcc, clang] include: - python: a - pyver: "3.8" + pyver: "3.9" sanitize: 0 - python: b @@ -31,7 +31,7 @@ jobs: sanitize: 1 - python: c - pyver: "3.9" + pyver: "3.11" sanitize: 1 @@ -82,7 +82,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: "3.11" + python-version: "3.12" - name: Install Go uses: actions/setup-go@v4 diff --git a/pyproject.toml b/pyproject.toml index bf8373b96..6f317ec0f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [project] -requires-python = ">=3.8" +requires-python = ">=3.9" [tool.mypy] files = 'kitty,kittens,glfw,*.py,docs/conf.py,gen'