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

Bump python to 3.9

parent ae4d79fe
Branches feature-nix-flake
No related tags found
No related merge requests found
Pipeline #117330 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