Skip to content

Commit a7af411

Browse files
committed
test python 3.14
1 parent 217bc94 commit a7af411

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ jobs:
1919
runs-on: ubuntu-24.04
2020
strategy:
2121
matrix:
22-
python-version: ['3.8', '3.10', '3.12']
22+
python-version: ['3.8', '3.10', '3.12', '3.14']
2323

2424
steps:
2525
- name: Checkout
26-
uses: actions/checkout@v4
26+
uses: actions/checkout@v6
2727

2828
- name: Python setup
29-
uses: actions/setup-python@v5
29+
uses: actions/setup-python@v6
3030
with:
3131
python-version: ${{ matrix.python-version }}
3232
architecture: 'x64'

0 commit comments

Comments
 (0)