Skip to content

Commit 7d44b19

Browse files
committed
Project: Drop requires-python attribute for less obstacles
While earlier releases of Python might be EOL, it is certainly running on many systems where people can't upgrade. Why leave them behind when it's not strictly needed?
1 parent 8ad2cc8 commit 7d44b19

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ name = "crate"
2626
dynamic = ["version"]
2727
description = "CrateDB Python Client"
2828
authors = [{ name = "Crate.io", email = "[email protected]" }]
29-
requires-python = ">=3.10"
3029
readme = "README.rst"
3130
license = "Apache-2.0"
3231
classifiers = [

0 commit comments

Comments
 (0)