python310: drop

Reaches end of life before NixOS 26.05 and therefore has to leave early.
This commit is contained in:
Martin Weinelt
2026-02-15 03:17:23 +01:00
parent b122cf0ef0
commit 77ca080475
18 changed files with 8 additions and 530 deletions
@@ -353,13 +353,6 @@ stdenv.mkDerivation rec {
"test_inspect"
"test_pydoc"
"test_warnings"
]
++ lib.optionals isPy310 [
"test_contextlib_async"
"test_future"
"test_lzma"
"test_module"
"test_typing"
];
in
''