Skip to content

Commit 00936a8

Browse files
authored
Merge pull request #733 from pytest-dev/drop-py3.8
Fix python supported version not correctly declared in pyproject.toml
2 parents b5836f6 + 050e9ec commit 00936a8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

poetry.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ classifiers = [
3434
"pytest-bdd" = "pytest_bdd.scripts:main"
3535

3636
[tool.poetry.dependencies]
37-
python = ">=3.8"
37+
python = ">=3.9"
3838
Mako = "*"
3939
parse = "*"
4040
parse-type = "*"

0 commit comments

Comments
 (0)