cpython: drop leftover 3.5/3.6 logic and patches

This commit is contained in:
Martin Weinelt
2022-11-29 01:34:59 +01:00
parent 5143e438e2
commit b5a4d7760d
14 changed files with 7 additions and 938 deletions
@@ -84,8 +84,6 @@
});
in rec {
isPy27 = pythonVersion == "2.7";
isPy35 = pythonVersion == "3.5";
isPy36 = pythonVersion == "3.6";
isPy37 = pythonVersion == "3.7";
isPy38 = pythonVersion == "3.8";
isPy39 = pythonVersion == "3.9";