remove python2

This commit is contained in:
2022-12-12 15:36:00 +01:00
parent f65c77bdcc
commit 0dfe1e1d87
4 changed files with 0 additions and 28 deletions

1
ci.nix
View File

@@ -20,7 +20,6 @@ in
haskell = writeTest "Rolf" simples.haskell;
js = writeTest "function add(n,d){return n+d}" simples.js;
perl = writeTest "Howdy!" simples.perl;
python2 = writeTest "['some', 'random', 'variables']" simples.python2;
python3 = writeTest "['some', 'random', 'variables']" simples.python3;
sed = writeTest "hello world" simples.sed;
}