Skip to content

Commit 89e78b7

Browse files
authored
Require Python 3.9 to run repo2docker
1 parent ac485fa commit 89e78b7

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
include:
7070
# The earliest actions/setup-python versions depend on the runner.
7171
- ubuntu_version: "22.04"
72-
python_version: "3.8"
72+
python_version: "3.9"
7373
repo_type: venv
7474

7575
steps:

.pre-commit-config.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ repos:
2727
hooks:
2828
- id: black
2929
args:
30-
- --target-version=py38
3130
- --target-version=py39
3231
- --target-version=py310
3332
- --target-version=py311

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ For more information, please visit
3636

3737
1. Docker to build & run the repositories. The [community edition](https://store.docker.com/search?type=edition&offering=community)
3838
is recommended.
39-
2. Python 3.8+.
39+
2. Python 3.9+.
4040

4141
Supported on Linux and macOS. [See documentation note about Windows support.](http://repo2docker.readthedocs.io/en/latest/install.html#note-about-windows-support)
4242

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def get_identifier(json):
6262
"toml",
6363
"traitlets",
6464
],
65-
python_requires=">=3.8",
65+
python_requires=">=3.9",
6666
author="Project Jupyter Contributors",
6767
author_email="[email protected]",
6868
url="https://repo2docker.readthedocs.io/en/latest/",

0 commit comments

Comments
 (0)