Skip to content

Commit 3187d2e

Browse files
committed
Updated actions to run on latest OS and Python
1 parent 8634c35 commit 3187d2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Python
2020
uses: actions/setup-python@v5
2121
with:
22-
python-version: 3.9
22+
python-version: 3.13
2323
cache: poetry
2424
- name: Verify versioning
2525
run: |

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
test:
1111
strategy:
1212
matrix:
13-
os: ["ubuntu-24.04", "windows-2022", "macos-14"]
13+
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
1414
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
1515
runs-on: ${{ matrix.os }}
1616
steps:

0 commit comments

Comments
 (0)