Skip to content

Commit e04be9b

Browse files
committed
Fix minimum python version
1 parent 28a5018 commit e04be9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies = [
1515
'tabulate==0.9.0',
1616
'xdg==6.0.0',
1717
]
18-
requires-python = ">=3.9"
18+
requires-python = ">=3.11"
1919
readme = "README.md"
2020
license = {text = "MIT"}
2121

0 commit comments

Comments
 (0)