Skip to content

Commit e45711d

Browse files
committed
python: downgrade to python 3.11
Keeping the requirement to 3.13 makes it incompatible with our current plans to use it from https://jumpstarter.dev, see [1]. i.e. current ubuntu LTS: 3.12, fedora 42 already ships 3.13, centos10 ships python 3.12 [1] https://github.com/jumpstarter-dev/jumpstarter/pull/771
1 parent 6bebcf4 commit e45711d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ authors = [
1212
]
1313
readme = "README.md"
1414
license = {text = "Apache-2.0"}
15-
requires-python = ">=3.13"
15+
requires-python = ">=3.11"
1616
dependencies = [
1717
"aiohttp",
1818
"cryptography",

0 commit comments

Comments
 (0)