Skip to content

Commit ea051f9

Browse files
committed
Updated workflows to Node 20 & Python 3.12 supporting versions
1 parent a4f0ce9 commit ea051f9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish-python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
- name: Setup Python
2727
uses: actions/setup-python@v4
2828
with:
29-
python-version: "3.11"
29+
python-version: "3.12"
3030
- name: Setup Poetry
31-
uses: Gr1N/setup-poetry@v8
31+
uses: Gr1N/setup-poetry@v9
3232
- name: Build the source distribution and pure-Python wheel
3333
run: |
3434
poetry install

.github/workflows/test-python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Setup Nox
2929
uses: fjwillemsen/setup-nox2@v3.0.0
3030
- name: Setup Poetry
31-
uses: Gr1N/setup-poetry@v8
31+
uses: Gr1N/setup-poetry@v9
3232
- run: poetry self add poetry-plugin-export
3333
- name: Run tests with Nox
3434
run: |

0 commit comments

Comments
 (0)