Skip to content

Commit 94b9471

Browse files
committed
Update GitHub Actions workflow to include Python 3.14 and 3.14t, and upgrade setup-python action to version 6 for improved compatibility.
1 parent 7b0927f commit 94b9471

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
python-version: ['3.10', '3.11', '3.12', '3.13']
18+
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14', '3.14t']
1919
os: [ubuntu-latest, windows-latest, macos-latest]
2020

2121
runs-on: ${{ matrix.os }}
2222

2323
steps:
2424
- uses: actions/checkout@v4
2525
- name: Set up Python ${{ matrix.python-version }}
26-
uses: actions/setup-python@v5
26+
uses: actions/setup-python@v6
2727
with:
2828
python-version: ${{ matrix.python-version }}
2929
- name: Install dependencies

0 commit comments

Comments
 (0)