Require Python 3.9 to run repo2docker

pull/1411/head
Simon Li 2025-02-13 09:27:45 +00:00 zatwierdzone przez GitHub
rodzic ac485fa06c
commit 89e78b7caf
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
4 zmienionych plików z 3 dodań i 4 usunięć

Wyświetl plik

@ -69,7 +69,7 @@ jobs:
include:
# The earliest actions/setup-python versions depend on the runner.
- ubuntu_version: "22.04"
python_version: "3.8"
python_version: "3.9"
repo_type: venv
steps:

Wyświetl plik

@ -27,7 +27,6 @@ repos:
hooks:
- id: black
args:
- --target-version=py38
- --target-version=py39
- --target-version=py310
- --target-version=py311

Wyświetl plik

@ -36,7 +36,7 @@ For more information, please visit
1. Docker to build & run the repositories. The [community edition](https://store.docker.com/search?type=edition&offering=community)
is recommended.
2. Python 3.8+.
2. Python 3.9+.
Supported on Linux and macOS. [See documentation note about Windows support.](http://repo2docker.readthedocs.io/en/latest/install.html#note-about-windows-support)

Wyświetl plik

@ -62,7 +62,7 @@ setup(
"toml",
"traitlets",
],
python_requires=">=3.8",
python_requires=">=3.9",
author="Project Jupyter Contributors",
author_email="jupyter@googlegroups.com",
url="https://repo2docker.readthedocs.io/en/latest/",