Ed Morley
60b9d1a562
Add support for Python 3.6.12 and 3.7.9 ( #1054 )
...
Since they were released yesterday:
https://www.python.org/downloads/release/python-3612/
https://www.python.org/downloads/release/python-379/
Closes @W-7975179@.
Closes @W-7975181@.
2020-08-18 12:38:54 +01:00
Ed Morley
81874dad47
Replace 'master' branch references with 'main' ( #1029 )
...
For #1028 .
2020-08-03 17:31:08 +01:00
Ed Morley
93a5b4021d
Tests: Support running only a subset of the test suites ( #1021 )
...
Previously `make test` ran all unit test suites against all stacks, which
would take up to an hour locally. This could be sped up by using one of
the stack-specific targets (such as `make test-heroku-18`), however
there was still no way to only run one of the test suites.
Now `make test` can be controlled more precisely using optional `STACK`
and `TEST_CMD` arguments, eg:
`make test STACK=heroku-16 TEST_CMD=test/versions`
Travis has now been made to use this feature, which unblocks future
Travis speedups (such as splitting the jobs up further in #1018 ) and
means on Travis the correct Docker image is now used (see #958 ).
The `tests.sh` script has been removed since it's unused after #839 and
redundant given the make targets.
Fixes #958 .
Fixes #1020 .
2020-07-28 15:08:20 +01:00
Rust Saiargaliev
e288ed5a9e
Add support for CPython 3.8.5 ( #996 )
...
https://www.python.org/downloads/release/python-385/
Release contains a couple of security bugfixes.
Changelog: https://docs.python.org/release/3.8.5/whatsnew/changelog.html#changelog
2020-07-21 11:01:31 +01:00
Denis Cornehl
013ba6b1d9
Add support for Python 3.8.4 ( #993 )
2020-07-17 10:19:21 +01:00
Denis Cornehl
0fdb62faa9
Add support for Python 3.6.11 and 3.7.8 ( #988 )
2020-07-07 18:39:44 +01:00
Ed Morley
8cb379f83b
Add support for latest CPython and PyPy versions ( #977 )
...
Adds support for:
* CPython 2.7.18, 3.5.9, 3.7.7 and 3.8.3
* PyPy 2.7 and 3.6, version 7.3.1
The binaries will need generating and uploading before CI will pass.
Note: Whilst the build script for CPython 3.8.3 did already exist in the
repository, it appears to have been accidentally created in #920 , which
predated the existence of that version of Python - so the binaries do
not exist on S3.
The Heroku-18 Docker image tag has also been unpinned, since the new
libssl version is now available at runtime in all environments, so we
don't need to force building against the older version of the headers.
Fixes W-7582174.
2020-05-19 14:16:59 +01:00
Thomas Mollard
932cd257c9
fix runtime.txt generation when using pipenv ( #910 )
...
Co-authored-by: Casey <caseylfaist@gmail.com >
Co-authored-by: Joe Kutner <jpkutner@gmail.com >
2020-04-23 21:30:04 -05:00
mike
2b3a90ec0c
PR feedback
2020-03-25 20:20:27 -06:00
Mike
c402d37451
Update README python versions to match docs
2019-12-02 10:06:54 -07:00
Casey Faist
5293169aa8
update Readme to reflect 2.7
2019-10-22 09:59:02 -07:00
codeinteger6
bf8f9419ec
Update README.md
2019-09-12 13:39:50 -07:00
Casey Faist
a979d57a20
update readme
2018-11-15 17:41:01 -06:00
Hunter Loftis
3a0d4c18bf
add heroku-18 to test targets and document running tests
2018-11-15 11:57:44 -05:00
Ian Stapleton Cordasco
abade31848
Update defaults for Python 3 apps on Heroku
...
Also update our documentation and CHANGELOG for this version of the
buildpack.
2018-06-28 10:57:13 -05:00
Kevin Brolly
d9a963c8b2
Updated README for python 3.6.5 and CHANGELOG for v135
2018-06-08 12:14:55 -07:00
kennethreitz
c1bb04e013
Update README.md
2018-05-01 10:28:28 -04:00
Yury V. Zaytsev
c732097d17
Output pipenv version in steps ( #662 )
...
* Since pipenv is being pinned now, output pinned version in steps
Signed-off-by: Yury V. Zaytsev <yury.zaytsev@moneymeets.com >
* Update README.md example output to match new reality
Signed-off-by: Yury V. Zaytsev <yury.zaytsev@moneymeets.com >
* Update pipenv
2018-03-19 07:15:37 -04:00
kennethreitz
06fa6d23ba
Update README.md ( #649 )
2018-03-02 18:56:06 -05:00
kennethreitz
1ed0a96b09
Update README.md ( #642 )
2018-02-15 18:03:28 -06:00
kennethreitz
500daaf6fc
Pipenv development dependencies (ci) ( #633 )
...
* initial stab at pipenv --dev support
* test installation output
* locale fix
* refactor
* fix typo
* fix typo
* ellipsis
* polish
2018-01-16 13:36:01 -05:00
Josh Friend
17dd42113f
Update default python to 3.6.3 ( #480 )
2017-11-21 19:11:45 -05:00
kennethreitz
ff223597f3
Upgrades 🔝 ( #475 )
...
* fixed the bug for pypy-5.8.0
* changelog
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
* python 2.7.14
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
* pipfile > requirements.txt
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
* check for python_full_version too
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
* 2.7.14
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
* warn when using an older version of python
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
* requirements for anaconda buildpack
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
* remove hashes for conda buildpack
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
* improvements to pipenv python version detection
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
* oops
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
* oops
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
* oops
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
* echo not puts
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
* try this
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
* learn more
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
* there we go
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
* cleanups
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
* cleanups
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
* cleanups
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
* unsupported
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
* consistiency
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
* be more specific
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
* capitalize Pipfile.lock
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
* attempt to force color
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
* try this
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
* try this
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
* interactive
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
* interactive
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
* diagnose
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
* try without -l
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
* confirmed env working
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
* just -c
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
* use latest, to debug
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
* no more bash
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
* try …
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
* don't use the git version of pipenv
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
* oops
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
* next version
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
* 2.7.14
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
* comment out force color bits
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
* readme
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
* more tests
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
* more tests
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
* ellipsis
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2017-09-26 11:42:14 -04:00
kennethreitz
36c6f5e388
Update README.md ( #464 )
2017-09-05 10:02:19 -04:00
kennethreitz
91a65b2984
Update README.md ( #463 )
2017-09-05 09:59:35 -04:00
kennethreitz
3010070d55
Update README.md ( #462 )
...
* Update README.md
* Update README.md
* Update README.md
2017-09-05 09:58:32 -04:00
kennethreitz
194932889d
Python 3.6.2 ( #423 )
...
* pypy3-5.8.0
* updated cpython to 3.6.2
* update README to reflect new Python version
2017-07-17 12:35:26 -04:00
kennethreitz
57baab9f68
Update README.md ( #415 )
2017-06-20 10:43:51 -07:00
kennethreitz
9157111d44
Update README.md ( #384 )
2017-05-11 15:02:16 -04:00
kennethreitz
eb056bc58d
python-3.6.1
2017-03-23 18:22:07 -04:00
kennethreitz
9f63582a23
new pypy
2017-03-23 16:12:53 -04:00
kennethreitz
6922a82536
Update README.md
2017-02-01 15:12:21 -05:00
kennethreitz
9cc5bf1a85
Update README.md
2017-02-01 15:11:25 -05:00
matsulib
8db1f07fba
Update README.md ( #354 )
2016-12-30 20:17:21 -05:00
kennethreitz
83bde7ccea
Update README.md
2016-10-26 13:46:10 -04:00
kennethreitz
7fab8ce2c2
Update README.md
2016-10-26 13:44:50 -04:00
kennethreitz
d4326fad0f
Update README.md
2016-10-26 13:31:33 -04:00
cclauss
2983fcfbea
Update README.md to current versions of Python 2, Python 3, Pypy, and Requests
2016-06-28 11:27:53 +02:00
kennethreitz
928a664544
yes
2016-06-15 04:35:28 -04:00
kennethreitz
9fb715ef1c
no
2016-06-15 04:33:01 -04:00
Troels Thomsen
ab3e365ff6
Show build status in readme
2016-05-25 10:37:34 +02:00
Troels Thomsen
6207b3506b
Rename readme file
2016-05-25 10:37:03 +02:00