1 parent 7a0e04d commit 0ca2e01Copy full SHA for 0ca2e01
2 files changed
.github/workflows/generate_bins.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Set up Python
30
uses: actions/setup-python@v5
31
with:
32
- python-version: '3.14'
+ python-version: '3.11'
33
34
- name: Install Poetry
35
run: pip install poetry
pyproject.toml
@@ -17,7 +17,7 @@ requests = "^2.31.0"
17
18
[tool.poetry.group.dev.dependencies]
19
pytest = "^7.2.0"
20
-pyinstaller = "^6.19.0"
+pyinstaller = "^6.14.2"
21
22
[tool.poetry.scripts]
23
rmc = "rmc.cli:cli"
0 commit comments