Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
heroku-buildpack-python
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Django
heroku-buildpack-python
Commits
5e466768
Commit
5e466768
authored
Aug 17, 2018
by
Casey Faist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add case for older python 3 install attempts
parent
f9621add
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
bin/steps/python
bin/steps/python
+4
-0
No files found.
bin/steps/python
View file @
5e466768
...
...
@@ -34,6 +34,10 @@ else
else
echo
" Using supported version of Python 3.6 (
$PYTHON_VERSION
)"
fi
else
puts-warn
"Heroku supports the latest version of Python 2
$LATEST_37
, Python 3.6
$LATEST_36
and Python 3.7
$LATEST_2
."
puts-warn
"You are using
$PYTHON_VERSION
, which is unsupported."
puts-warn
"We recommend upgrading by specifying the default supported version (
$LATEST_36
)."
fi
fi
fi
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment