~ruther/guix-exprs

guix-exprs/tests/python3.12.scm -rw-r--r-- 276 bytes
66f3ed48 — Rutherther chore: add custom test for python 3.12 a month ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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))