Skip to content

Commit 2cff001

Browse files
committed
pyproject.toml: bump min versions
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
1 parent b0b90c6 commit 2cff001

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build-system]
22
requires = [
33
"flit_core >=3.8,<4",
4-
"snakeoil <0.12.0,>=0.11.0",
4+
"snakeoil <0.12.0,>=0.11.1",
55
]
66
build-backend = "py_build"
77
backend-path = ["."]
@@ -11,7 +11,7 @@ name = "pkgdev"
1111
description = "collection of tools for Gentoo development"
1212
readme = "README.rst"
1313
license = {file = "LICENSE"}
14-
requires-python = "~=3.11"
14+
requires-python = "~=3.12"
1515
authors = [
1616
{name = "Tim Harder", email = "radhermit@gmail.com"},
1717
{name = "Arthur Zamarin", email = "arthurzam@gentoo.org"},
@@ -21,17 +21,16 @@ maintainers = [
2121
]
2222
classifiers = [
2323
"License :: OSI Approved :: BSD License",
24-
"Programming Language :: Python :: 3.11",
2524
"Programming Language :: Python :: 3.12",
2625
"Programming Language :: Python :: 3.13",
2726
"Programming Language :: Python :: 3.14",
2827
]
2928
dynamic = ["version"]
3029

3130
dependencies = [
32-
"snakeoil~=0.11.0",
33-
"pkgcore~=0.12.32",
34-
"pkgcheck~=0.10.39",
31+
"snakeoil~=0.11.1",
32+
"pkgcore~=0.12.34",
33+
"pkgcheck~=0.10.40",
3534
]
3635

3736
[project.optional-dependencies]

0 commit comments

Comments
 (0)