bump python to make dependabot less sad (#17953)

Python 3.8 was published on Oct 14, **2019**.
This commit is contained in:
Gary Verhaegen 2023-11-30 14:58:58 +01:00 committed by GitHub
parent e14a9a8fed
commit faf7211c6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -120,10 +120,9 @@ in rec {
chromedriver = pkgs.chromedriver;
# Python development
pip3 = pkgs.python37Packages.pip;
python = pkgs.python37Packages.python;
pip3 = pkgs.python38Packages.pip;
python = pkgs.python38Packages.python;
python3 = python;
python37 = python;
yapf = pkgs.python38Packages.yapf;