Skip to content

Commit 59ef494

Browse files
authored
Relax requires-python to >=3.11.0 (#2561)
This eases upgrading the Python version on production. It is also not generally recommended to have upper bounds, see for example the footnote in the docs here: https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#python-requires
1 parent 4e383d0 commit 59ef494

File tree

2 files changed

+246
-3
lines changed

2 files changed

+246
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "evap"
33
description = "EvaP"
44
version = "2025.10.0"
55
readme = "README.md"
6-
requires-python = "~=3.11.0"
6+
requires-python = ">=3.11.0"
77
dependencies = [
88
"django-extensions~=4.1.0",
99
"django-fsm~=2.8.2",

0 commit comments

Comments
 (0)