File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[build-system ]
22requires = [
33 " flit_core >=3.8,<4" ,
4- " snakeoil <0.12.0,>=0.11.0 " ,
4+ " snakeoil <0.12.0,>=0.11.1 " ,
55]
66build-backend = " py_build"
77backend-path = [" ." ]
@@ -11,7 +11,7 @@ name = "pkgdev"
1111description = " collection of tools for Gentoo development"
1212readme = " README.rst"
1313license = {file = " LICENSE" }
14- requires-python = " ~=3.11 "
14+ requires-python = " ~=3.12 "
1515authors = [
1616 {name = " Tim Harder" , email = " radhermit@gmail.com" },
1717 {name = " Arthur Zamarin" , email = " arthurzam@gentoo.org" },
@@ -21,17 +21,16 @@ maintainers = [
2121]
2222classifiers = [
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]
2928dynamic = [" version" ]
3029
3130dependencies = [
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 ]
You can’t perform that action at this time.
0 commit comments