Skip to content

Commit db8de4d

Browse files
authored
Merge pull request #131 from hf-kklein/patch-2
chore(ci): also test Python 3.14; run linter in Python 3.14 instead o…
2 parents acc4ace + 6b79e74 commit db8de4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- uses: actions/checkout@v4
4343
- uses: actions/setup-python@v5
4444
with:
45-
python-version: "3.13"
45+
python-version: "3.14"
4646
- name: "Install tox"
4747
run: |
4848
pip install tox
@@ -59,7 +59,7 @@ jobs:
5959
strategy:
6060
fail-fast: true
6161
matrix:
62-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
62+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
6363
steps:
6464
- uses: actions/checkout@v4
6565
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)