kopia lustrzana https://github.com/jupyterhub/repo2docker
Merge pull request #951 from betatim/drop-py-3.5
[MRG] Bump Python requirement to 3.6 from 3.5pull/955/head
commit
962b726a28
|
@ -78,7 +78,7 @@ jobs:
|
||||||
- unit
|
- unit
|
||||||
- venv
|
- venv
|
||||||
include:
|
include:
|
||||||
- python_version: "3.5"
|
- python_version: "3.6"
|
||||||
repo_type: venv
|
repo_type: venv
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
|
@ -16,15 +16,13 @@ For support questions please search or post to https://discourse.jupyter.org/c/b
|
||||||
See the [contributing guide](CONTRIBUTING.md) for information on contributing to
|
See the [contributing guide](CONTRIBUTING.md) for information on contributing to
|
||||||
repo2docker.
|
repo2docker.
|
||||||
|
|
||||||
See [our roadmap](https://repo2docker.readthedocs.io/en/latest/contributing/roadmap.html)
|
|
||||||
to learn about where the project is heading.
|
|
||||||
|
|
||||||
## Using repo2docker
|
## Using repo2docker
|
||||||
### Prerequisites
|
### Prerequisites
|
||||||
|
|
||||||
1. Docker to build & run the repositories. The [community edition](https://store.docker.com/search?type=edition&offering=community)
|
1. Docker to build & run the repositories. The [community edition](https://store.docker.com/search?type=edition&offering=community)
|
||||||
is recommended.
|
is recommended.
|
||||||
2. Python 3.5+.
|
2. Python 3.6+.
|
||||||
|
|
||||||
Supported on Linux and macOS. [See documentation note about Windows support.](http://repo2docker.readthedocs.io/en/latest/install.html#note-about-windows-support)
|
Supported on Linux and macOS. [See documentation note about Windows support.](http://repo2docker.readthedocs.io/en/latest/install.html#note-about-windows-support)
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
Installing ``repo2docker``
|
Installing ``repo2docker``
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
repo2docker requires Python 3.5 and above on Linux and macOS. See
|
repo2docker requires Python 3.6 or above on Linux and macOS. See
|
||||||
:ref:`below <windows>` for more information about Windows support.
|
:ref:`below <windows>` for more information about Windows support.
|
||||||
|
|
||||||
Prerequisite: Docker
|
Prerequisite: Docker
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -56,7 +56,7 @@ setup(
|
||||||
"toml",
|
"toml",
|
||||||
"semver",
|
"semver",
|
||||||
],
|
],
|
||||||
python_requires=">=3.5",
|
python_requires=">=3.6",
|
||||||
author="Project Jupyter Contributors",
|
author="Project Jupyter Contributors",
|
||||||
author_email="jupyter@googlegroups.com",
|
author_email="jupyter@googlegroups.com",
|
||||||
url="https://repo2docker.readthedocs.io/en/latest/",
|
url="https://repo2docker.readthedocs.io/en/latest/",
|
||||||
|
|
Ładowanie…
Reference in New Issue