From b2877ddfe9c8d2e237480f2ef6f2c19b3be87772 Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Wed, 24 Jan 2024 22:08:48 +0100 Subject: [PATCH] Require python 3.8+ --- .github/workflows/test.yml | 1 - setup.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6ae71d54..8f16de1a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -39,7 +39,6 @@ jobs: fail-fast: false matrix: include: - - python: "3.7" - python: "3.8" backend: "etcd" - python: "3.9" diff --git a/setup.py b/setup.py index 829ebae9..9bd23189 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ "consul": ["python-consul2"], "etcd": ["etcdpy"], }, - python_requires=">=3.6", + python_requires=">=3.8", author="Project Jupyter Contributors", author_email="jupyter@googlegroups.com", url="https://jupyterhub-traefik-proxy.readthedocs.io",