Change python version to 3.8

This commit is contained in:
2021-05-05 23:54:20 +02:00
parent 38ea414b69
commit a4ba69feed

View File

@@ -2,4 +2,4 @@
with pkgs;
mkShell { buildInputs = [ python39 poetry ]; }
mkShell { buildInputs = [ python38 poetry ]; }