Skip to content

Commit 7f89536

Browse files
committed
Updated GitHub Actions config
1 parent 9146769 commit 7f89536

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
build-and-publish:
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-latest
1212
environment: release
1313
permissions:
1414
id-token: write
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Python
1818
uses: actions/setup-python@v5
1919
with:
20-
python-version: '3.11'
20+
python-version: '3.13'
2121
- name: Install Poetry
2222
run: pipx install poetry
2323
- name: Verify versioning

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010
test:
1111
strategy:
1212
matrix:
13-
os: [ 'ubuntu-20.04' ]
14-
python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12' ]
13+
os: [ 'ubuntu-latest' ]
14+
python-version: [ '3.9', '3.10', '3.11', '3.12', '3.13' ]
1515
runs-on: ${{ matrix.os }}
1616
steps:
1717
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)