Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
heroku-buildpack-python
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Evili del Rio i Silvan
heroku-buildpack-python
Commits
285ca2b7
Commit
285ca2b7
authored
6 years ago
by
Casey Faist
Browse files
Options
Downloads
Patches
Plain Diff
reword warning, add doc link
parent
5e466768
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bin/steps/python
+2
-1
2 additions, 1 deletion
bin/steps/python
with
2 additions
and
1 deletion
bin/steps/python
+
2
−
1
View file @
285ca2b7
...
...
@@ -35,9 +35,10 @@ 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
"Heroku supports
runtime versions
$LATEST_37
,
$LATEST_36
and
$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
)."
echo
" Learn More: https://devcenter.heroku.com/articles/python-runtimes"
fi
fi
fi
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment