Skip to content
Snippets Groups Projects
Verified Commit be01cfe9 authored by Maximilian Marx's avatar Maximilian Marx
Browse files

Bump python to 3.9

parent a9c06445
No related branches found
No related tags found
No related merge requests found
Pipeline #117328 passed
......@@ -21,7 +21,7 @@
devShells.default = pkgs.mkShell {
buildInputs = [
(mach-nix.mkPython {
python = "python37";
python = "python39";
requirements = lib.concatStringsSep "\n" [
(builtins.replaceStrings [ "mysqlclient==" ]
[ "mysqlclient>=" ] (builtins.readFile ./requirements.txt))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment