Skip to content

Commit

Permalink
always add requires-python - test
Browse files Browse the repository at this point in the history
  • Loading branch information
ric-evans committed Jul 29, 2024
1 parent 05fb93e commit bd3f641
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ The following is autogenerated for the absolute minimal input (see [inputs](#inp
[project]
version = "1.2.3"
name = "wipac-dev-tools"
requires-python = ">=3.8, <3.13"
[tool.semantic_release]
version_toml = ["pyproject.toml:project.version"]
Expand Down
2 changes: 1 addition & 1 deletion tests/test_pyproject_toml_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
NO_PYPI_VANILLA_PROJECT_KEYVALS = { # even MORE vanilla than vanilla
k: v
for k, v in VANILLA_PROJECT_KEYVALS.items()
if k in ["dependencies", "version", "optional-dependencies"]
if k in ["dependencies", "version", "optional-dependencies", "requires-python"]
}


Expand Down

0 comments on commit bd3f641

Please sign in to comment.