~ruther/guix-exprs

66f3ed48e502a60971f94bb8e73ec9dc7bc8d6ca — Rutherther 17 days ago 706dee0 main
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))