Skip to content

Commit 9193ddb

Browse files
authored
Merge pull request #57 from danihodovic/update-pyinstaller
fix: upgrade pyinstaller to 6.3.0
2 parents 74adf92 + 744efdb commit 9193ddb

File tree

2 files changed

+25
-12
lines changed

2 files changed

+25
-12
lines changed

poetry.lock

Lines changed: 23 additions & 10 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
@@ -14,7 +14,7 @@ description = ""
1414
authors = ["Dani Hodovic <dani.hodovic@gmail.com>"]
1515

1616
[tool.poetry.dependencies]
17-
python = "^3.9"
17+
python = "<3.13,>=3.8"
1818
prometheus-client = "^0.19.0"
1919
click = "^8.1.7"
2020
pretty-errors = "^1.2.19"
@@ -35,7 +35,7 @@ requests = "^2.25.1"
3535
pytest-cov = "^2.11.1"
3636
ptpython = "^3.0.13"
3737
pytest-mock = "^3.5.1"
38-
pyinstaller = "v4.0"
38+
pyinstaller = "^6.3.0"
3939
staticx = "^0.12.1"
4040
PyYAML = "^5.4.1"
4141

0 commit comments

Comments
 (0)