chore: add custom test for python 3.12
1 files changed, 15 insertions(+), 0 deletions(-) A tests/python3.12.scm
A tests/python3.12.scm => tests/python3.12.scm +15 -0
@@ 0,0 1,15 @@ +(use-modules + (ruther packages python-next) + (guix packages) + (gnu packages python-check) + (gnu packages python-xyz) + (gnu packages check)) + +(with-explicit-python-3.12 + (package + (inherit python-iniconfig))) + +(with-explicit-python-3.12 + (list + python-pylint + python-mypy))