Bump minimum python version to 3.9

3.8 is almost EOL will be in a month or so
This commit is contained in:
Kovid Goyal
2024-07-27 00:07:17 +05:30
parent 8ba4e36ea4
commit 68b6db4b61
2 changed files with 4 additions and 4 deletions

View File

@@ -23,7 +23,7 @@ jobs:
cc: [gcc, clang] cc: [gcc, clang]
include: include:
- python: a - python: a
pyver: "3.8" pyver: "3.9"
sanitize: 0 sanitize: 0
- python: b - python: b
@@ -31,7 +31,7 @@ jobs:
sanitize: 1 sanitize: 1
- python: c - python: c
pyver: "3.9" pyver: "3.11"
sanitize: 1 sanitize: 1
@@ -82,7 +82,7 @@ jobs:
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v4 uses: actions/setup-python@v4
with: with:
python-version: "3.11" python-version: "3.12"
- name: Install Go - name: Install Go
uses: actions/setup-go@v4 uses: actions/setup-go@v4

View File

@@ -1,5 +1,5 @@
[project] [project]
requires-python = ">=3.8" requires-python = ">=3.9"
[tool.mypy] [tool.mypy]
files = 'kitty,kittens,glfw,*.py,docs/conf.py,gen' files = 'kitty,kittens,glfw,*.py,docs/conf.py,gen'