Quellcode durchsuchen

Switching to Python 3.7

Nikola Kotur vor 5 Jahren
Ursprung
Commit
0b984ff916
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      .platform.app.yaml

+ 1 - 1
.platform.app.yaml

@@ -1,6 +1,6 @@
 name: app
 
-type: "python:3.6"
+type: "python:3.7"
 
 hooks:
   build: |