Skip to content

Commit 25b9b59

Browse files
committed
Make Python 3.8 the min version
1 parent b89817d commit 25b9b59

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.black]
2-
target-version = ['py37']
2+
target-version = ["py38"]
33

44
[tool.isort]
55
profile = "black"

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
package_dir={"": "src"},
2727
include_package_data=True,
2828
license="BSD",
29+
python_requires=">=3.8",
2930
install_requires=["wagtail>=4.1"],
3031
extras_require={"testing": ["tox", "django-cors-headers"]},
3132
keywords=["wagtail", "django", "headless"],

0 commit comments

Comments
 (0)