Skip to content

Commit 057e309

Browse files
committed
hopefully fixed last and for all the python conflict with poetry lock
1 parent 0ca2e01 commit 057e309

3 files changed

Lines changed: 24 additions & 24 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.11'
32+
python-version: '3.14'
3333

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

poetry.lock

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "MIT"
77
readme = "README.md"
88

99
[tool.poetry.dependencies]
10-
python = ">=3.10,<4.0"
10+
python = ">=3.10,<3.15"
1111
rmscene = "^0.7.0"
1212
click = "^8.0"
1313

0 commit comments

Comments
 (0)