Skip to content

Commit fde032f

Browse files
committed
Updated dependencies for GitHub Actions.
1 parent 8d5647e commit fde032f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
python: ['3.10', 3.11, 3.12, 3.13, pypy-3.10]
12+
python: ['3.10', 3.11, 3.12, 3.13, 3.14, pypy-3.11]
1313

1414
steps:
15-
- uses: actions/checkout@v4
16-
- uses: actions/setup-python@v5
15+
- uses: actions/checkout@v6
16+
- uses: actions/setup-python@v6
1717
with:
1818
python-version: ${{ matrix.python }}
1919
- run: pip install pytest

0 commit comments

Comments
 (0)