Skip to content

Commit

Permalink
Merge pull request #951 from betatim/drop-py-3.5
Browse files Browse the repository at this point in the history
[MRG] Bump Python requirement to 3.6 from 3.5
  • Loading branch information
betatim authored Sep 8, 2020
2 parents 64371cb + ad80def commit 962b726
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- unit
- venv
include:
- python_version: "3.5"
- python_version: "3.6"
repo_type: venv

steps:
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
repo2docker.

See [our roadmap](https://repo2docker.readthedocs.io/en/latest/contributing/roadmap.html)
to learn about where the project is heading.

## Using repo2docker
### Prerequisites

1. Docker to build & run the repositories. The [community edition](https://store.docker.com/search?type=edition&offering=community)
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)

Expand Down
2 changes: 1 addition & 1 deletion docs/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
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.

Prerequisite: Docker
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def get_identifier(json):
"toml",
"semver",
],
python_requires=">=3.5",
python_requires=">=3.6",
author="Project Jupyter Contributors",
author_email="[email protected]",
url="https://repo2docker.readthedocs.io/en/latest/",
Expand Down

0 comments on commit 962b726

Please sign in to comment.