Skip to content

Commit

Permalink
python_requires >= 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
manics committed Jan 25, 2025
1 parent 55742ea commit ec9c3c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ build-backend = "setuptools.build_meta"
[tool.black]
# target-version should be all supported versions, see
# https://github.com/psf/black/issues/751#issuecomment-473066811
target-version = ["py38", "py39", "py310", "py311"]
target-version = ["py310", "py311", "py312"]


# The default isort output conflicts with black autoformatting.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
name="binderhub",
version=versioneer.get_version(),
cmdclass=versioneer.get_cmdclass(cmdclass),
python_requires=">=3.8",
python_requires=">=3.10",
author="Project Jupyter Contributors",
author_email="[email protected]",
license="BSD",
Expand Down

0 comments on commit ec9c3c4

Please sign in to comment.