aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Pipfile2
-rw-r--r--Pipfile.lock4
-rw-r--r--runtime.txt2
3 files changed, 4 insertions, 4 deletions
diff --git a/Pipfile b/Pipfile
index 0e0b6436..a66e27b3 100644
--- a/Pipfile
+++ b/Pipfile
@@ -5,7 +5,7 @@ verify_ssl = true
name = "pypi"
[requires]
-python_version = "3.6.4"
+python_version = "3.6"
[packages]
diff --git a/Pipfile.lock b/Pipfile.lock
index a8b310f5..17808bee 100644
--- a/Pipfile.lock
+++ b/Pipfile.lock
@@ -1,11 +1,11 @@
{
"_meta": {
"hash": {
- "sha256": "76eb7a2005cd93293d3bd9c91da759ce026c5ceb9b77e4dbd5cae424ead6a89d"
+ "sha256": "51b9994e0479244b48085cfdf96d2a90f9451fe451425faf3f3d300cc2e6bab4"
},
"pipfile-spec": 6,
"requires": {
- "python_version": "3.6.4"
+ "python_version": "3.6"
},
"sources": [
{
diff --git a/runtime.txt b/runtime.txt
index 5c453803..486fcce1 100644
--- a/runtime.txt
+++ b/runtime.txt
@@ -1 +1 @@
-python-3.6.4
+python-3.6.5
bgstack15