Skip to content

Commit 27805b9

Browse files
authored
Merge pull request #2436 from cclauss/patch-2
Add Python 3.13 and 3.14 to the testing
2 parents 268e4ff + d2ab7fb commit 27805b9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
python-version: ['3.10', '3.11', '3.12']
16+
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
1717

1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v6
2020

2121
- name: Set up Python ${{ matrix.python-version }}
22-
uses: actions/setup-python@v5
22+
uses: actions/setup-python@v6
2323
with:
2424
python-version: ${{ matrix.python-version }}
2525

@@ -45,7 +45,7 @@ jobs:
4545
4646
- name: Upload test results
4747
if: always()
48-
uses: actions/upload-artifact@v4
48+
uses: actions/upload-artifact@v5
4949
with:
5050
name: test-results-py${{ matrix.python-version }}
5151
path: |

0 commit comments

Comments
 (0)