Change python version to 3.8

This commit is contained in:
coolneng 2021-05-05 23:54:20 +02:00
parent 38ea414b69
commit a4ba69feed
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 1 additions and 1 deletions

View File

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