We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc26a21 commit 4ecb455Copy full SHA for 4ecb455
1 file changed
.github/workflows/test.yml
@@ -6,7 +6,7 @@ on:
6
pull_request:
7
jobs:
8
test:
9
- name: "pytest@python3.13"
+ name: "pytest@python3.14"
10
runs-on: ubuntu-latest
11
strategy:
12
matrix:
@@ -18,7 +18,7 @@ jobs:
18
- name: Install Python
19
uses: actions/setup-python@v6
20
with:
21
- python-version: "3.13"
+ python-version: "3.14"
22
- name: Run tests
23
run: |
24
cd "${{ matrix.showcase }}"
0 commit comments