Skip to content

Commit 0ca2e01

Browse files
committed
bump down python version
1 parent 7a0e04d commit 0ca2e01

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/generate_bins.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Set up Python
3030
uses: actions/setup-python@v5
3131
with:
32-
python-version: '3.14'
32+
python-version: '3.11'
3333

3434
- name: Install Poetry
3535
run: pip install poetry

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ requests = "^2.31.0"
1717

1818
[tool.poetry.group.dev.dependencies]
1919
pytest = "^7.2.0"
20-
pyinstaller = "^6.19.0"
20+
pyinstaller = "^6.14.2"
2121

2222
[tool.poetry.scripts]
2323
rmc = "rmc.cli:cli"

0 commit comments

Comments
 (0)