python3: now points to python38

Note this also means python3Minimal is now also Python 3.8.

This reverts commit eb1369670b and adds more.
This commit is contained in:
Frederik Rietdijk
2020-06-04 18:03:57 +02:00
parent 7d57514127
commit b7ff746540
4 changed files with 8 additions and 3 deletions

View File

@@ -129,7 +129,7 @@ in {
};
# Minimal versions of Python (built without optional dependencies)
python3Minimal = (python37.override {
python3Minimal = (python3.override {
self = python3Minimal;
pythonForBuild = pkgs.buildPackages.python3Minimal;
# strip down that python version as much as possible