Skip to content

Commit 4ecb455

Browse files
authored
ci: perform tests the most recent python 3.14 releases
1 parent bc26a21 commit 4ecb455

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
pull_request:
77
jobs:
88
test:
9-
name: "pytest@python3.13"
9+
name: "pytest@python3.14"
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install Python
1919
uses: actions/setup-python@v6
2020
with:
21-
python-version: "3.13"
21+
python-version: "3.14"
2222
- name: Run tests
2323
run: |
2424
cd "${{ matrix.showcase }}"

0 commit comments

Comments
 (0)