~ruther/ruthless-guix

ref: eb45b89a2a15d1be02faa0f8c763661d11027631 ruthless-guix/tests/python3.12.scm -rw-r--r-- 276 bytes
eb45b89a — Rutherther feat: add claude-code cli and codex 11 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))