Skip to content

Commit f3865cc

Browse files
committed
require >=python-3.12
snakeoil and pkgcore are at this requirement, thus clearly we must be. Signed-off-by: Brian Harring <ferringb@gmail.com>
1 parent d66d444 commit f3865cc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
matrix:
2626
os: [ubuntu-latest]
27-
python-version: ['3.11', '3.12', '3.13']
27+
python-version: ['3.12', '3.13', '3.14']
2828
deps: [newest-deps]
2929
experimental: [false]
3030
include:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ name = "pkgcheck"
1717
description = "pkgcore-based QA utility for ebuild repos"
1818
readme = "README.rst"
1919
license = {file = "LICENSE"}
20-
requires-python = "~=3.11"
20+
requires-python = "~=3.12"
2121
# alphabetical by surname.
2222
authors = [
2323
{name = "Michał Górny", email = "mgorny@gentoo.org"},

0 commit comments

Comments
 (0)