Skip to content

Commit 843c56e

Browse files
committed
Upgrade python to 3.11 and upgrade dependencies
1 parent 367c71b commit 843c56e

File tree

3 files changed

+54
-133
lines changed

3 files changed

+54
-133
lines changed

poetry.lock

Lines changed: 2 additions & 72 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "openandroidinstaller"
3-
version = "0.5.2-beta"
3+
version = "0.5.3-beta"
44
description = "Install lineage OS in a nice and easy way."
55
authors = ["Tobias Sterbak <[email protected]>"]
66
license = "GPLv3"
@@ -9,7 +9,7 @@ homepage = "https://openandroidinstaller.org"
99
include = ["openandroidinstaller/bin/*", "openandroidinstaller/bin/*/*"]
1010

1111
[tool.poetry.dependencies]
12-
python = "<3.11,>=3.9"
12+
python = ">=3.11,<3.12"
1313
click = "^8.1.3"
1414
flet = "^0.7.4"
1515
pyinstaller = "^5.3"

0 commit comments

Comments
 (0)