Skip to content

Commit 97c5727

Browse files
author
Alan Christie
committed
ci: Fix Python version
1 parent 0ea5751 commit 97c5727

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ on:
2727
- cron: '4 6 * * *'
2828

2929
env:
30-
POETRY_VERSION: '1.8.3'
30+
POETRY_VERSION: '1.8.5'
3131

3232
jobs:
3333
build:
3434
runs-on: ubuntu-latest
3535
strategy:
3636
matrix:
3737
python-version:
38-
- '3.12'
38+
- '3.13'
3939
steps:
4040
- name: Checkout
4141
uses: actions/checkout@v4

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on:
2525
- '**'
2626

2727
env:
28-
POETRY_VERSION: '1.8.3'
28+
POETRY_VERSION: '1.8.5'
2929

3030
jobs:
3131
build-and-publish:
@@ -40,7 +40,7 @@ jobs:
4040
- name: Set up Python
4141
uses: actions/setup-python@v5
4242
with:
43-
python-version: '3.12'
43+
python-version: '3.13'
4444
- name: Install dependencies
4545
run: |
4646
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)