~ruther/ruthless-guix

ref: 315db53cf17de715449f705767ab9830ad3df971 ruthless-guix/tests/python3.12.scm -rw-r--r-- 276 bytes
315db53c — Rutherther feat: add codex-acp 10 days 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))