Skip to content

Commit 24d26c7

Browse files
committed
Bump Python to 3.14
1 parent 6eda816 commit 24d26c7

File tree

4 files changed

+260
-291
lines changed

4 files changed

+260
-291
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ jobs:
2929
POETRY_FOLDER: C:\Users\runneradmin\.local
3030
steps:
3131
- uses: actions/checkout@v4
32-
- name: Set up Python 3.13
32+
- name: Set up Python 3.14
3333
uses: actions/setup-python@v6
3434
with:
35-
python-version: 3.13
35+
python-version: 3.14
3636
#- name: cache poetry install
3737
# uses: actions/cache@v3
3838
# with:
@@ -48,7 +48,7 @@ jobs:
4848
with:
4949
path: simulator/.venv
5050
key: pydeps-${{ hashFiles('**/poetry.lock') }}
51-
51+
5252
- name: Install environment
5353
working-directory: ./simulator
5454
run: ${{matrix.POETRY_FOLDER}}/bin/poetry install --no-interaction --no-root

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ jobs:
5151
POETRY_FOLDER: C:\Users\runneradmin\.local
5252
steps:
5353
- uses: actions/checkout@v4
54-
- name: Set up Python 3.13
54+
- name: Set up Python 3.14
5555
uses: actions/setup-python@v6
5656
with:
57-
python-version: 3.13
57+
python-version: 3.14
5858
#- name: cache poetry install
5959
# uses: actions/cache@v3
6060
# with:
@@ -70,7 +70,7 @@ jobs:
7070
with:
7171
path: simulator/.venv
7272
key: pydeps-${{ hashFiles('**/poetry.lock') }}
73-
73+
7474
- name: Install environment
7575
working-directory: ./simulator
7676
run: ${{matrix.POETRY_FOLDER}}/bin/poetry install --no-interaction --no-root

0 commit comments

Comments
 (0)