-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed
Description
input:
[build-system]
build-backend = "flit_core.buildapi"
requires = [ "flit-core>=3.2,<4" ]
[project]
name = "demo-requires-python"
license = { file = "LICENSE" }
authors = [ { name = "Thomas Grainger", email = "[email protected]" } ]
requires-python = "~=3.12.7"
classifiers = [
"License :: OSI Approved :: MIT License",
]
dynamic = [ "description", "version" ]output:
[build-system]
build-backend = "flit_core.buildapi"
requires = [ "flit-core>=3.2,<4" ]
[project]
name = "demo-requires-python"
license = { file = "LICENSE" }
authors = [ { name = "Thomas Grainger", email = "[email protected]" } ]
requires-python = "~=3.12.7"
classifiers = [
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
]
dynamic = [ "description", "version" ]expected output:
[build-system]
build-backend = "flit_core.buildapi"
requires = [ "flit-core>=3.2,<4" ]
[project]
name = "demo-requires-python"
license = { file = "LICENSE" }
authors = [ { name = "Thomas Grainger", email = "[email protected]" } ]
requires-python = "~=3.12.7"
classifiers = [
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.12",
]
dynamic = [ "description", "version" ]acdha
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed