Revert "Increase minimum python version to 3.12"

This reverts commit 7004911271.
Dont need 3.12 anymore
This commit is contained in:
Kovid Goyal 2026-02-08 21:57:11 +05:30
parent f3d7830352
commit 0ea65903b8
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C
2 changed files with 4 additions and 4 deletions

View file

@ -23,11 +23,11 @@ jobs:
cc: [gcc, clang]
include:
- python: a
pyver: "3.14"
pyver: "3.10"
sanitize: 0
- python: b
pyver: "3.13"
pyver: "3.11"
sanitize: 1
- python: c
@ -174,7 +174,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: "3.12"
python-version: "3.11"
- name: Install Go
uses: actions/setup-go@v6