Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
Set Python 3.9 as minimum version
Browse files Browse the repository at this point in the history
Thanks to @fkolwa for noticing this and proposing the fix.

Signed-off-by: Major Hayden <major@redhat.com>
  • Loading branch information
major authored and F-X64 committed Oct 12, 2022
1 parent 1292248 commit 6bd7161
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ build-backend = "poetry.core.masonry.api"
# Much of what is below this line is borrowed from poetry's pyproject.yaml.
# https://github.com/python-poetry/poetry/blob/master/pyproject.toml
[tool.isort]
py_version = 37
py_version = 39
profile = "black"
force_single_line = true
combine_as_imports = true
Expand All @@ -66,7 +66,7 @@ src_paths = ["src", "tests"]
extend_skip = ["setup.py"]

[tool.black]
target-version = ['py37']
target-version = ['py39']
preview = true
force-exclude = '''
.*/setup\.py$
Expand Down

0 comments on commit 6bd7161

Please sign in to comment.