Skip to content

Commit 55e6711

Browse files
1 parent 532b046 commit 55e6711

File tree

2 files changed

+38
-19
lines changed

2 files changed

+38
-19
lines changed

__tests__/data/poetry.lock

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

__tests__/data/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ description = ""
55
authors = ["Your Name <[email protected]>"]
66

77
[tool.poetry.dependencies]
8-
python = ">=3.8,<3.14"
8+
python = ">=3.9,<3.14"
99
flake8 = "^4.0.1"
1010
pyinstaller = "6.10.0"
11-
11+
setuptools = ">=78.1.1"
1212

1313
[tool.poetry.dev-dependencies]
1414

1515
[build-system]
1616
requires = ["poetry-core>=1.0.0"]
17-
build-backend = "poetry.core.masonry.api"
17+
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)