Skip to content

Commit

Permalink
Upgrade python to 3.11 and upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tsterbak committed Feb 7, 2024
1 parent 367c71b commit 843c56e
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 133 deletions.
74 changes: 2 additions & 72 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "openandroidinstaller"
version = "0.5.2-beta"
version = "0.5.3-beta"
description = "Install lineage OS in a nice and easy way."
authors = ["Tobias Sterbak <hello@openandroidinstaller.org>"]
license = "GPLv3"
Expand All @@ -9,7 +9,7 @@ homepage = "https://openandroidinstaller.org"
include = ["openandroidinstaller/bin/*", "openandroidinstaller/bin/*/*"]

[tool.poetry.dependencies]
python = "<3.11,>=3.9"
python = ">=3.11,<3.12"
click = "^8.1.3"
flet = "^0.7.4"
pyinstaller = "^5.3"
Expand Down
Loading

0 comments on commit 843c56e

Please sign in to comment.