Skip to content

Commit

Permalink
Merge pull request #232 from consideRatio/pr/require-python-38
Browse files Browse the repository at this point in the history
Require python 3.8+
  • Loading branch information
minrk authored Jan 25, 2024
2 parents 2af884a + b2877dd commit 37b0447
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ jobs:
fail-fast: false
matrix:
include:
- python: "3.7"
- python: "3.8"
backend: "etcd"
- python: "3.9"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"consul": ["python-consul2"],
"etcd": ["etcdpy"],
},
python_requires=">=3.6",
python_requires=">=3.8",
author="Project Jupyter Contributors",
author_email="[email protected]",
url="https://jupyterhub-traefik-proxy.readthedocs.io",
Expand Down

0 comments on commit 37b0447

Please sign in to comment.