Skip to content

Commit 84f1b4b

Browse files
committed
test: add Python 3.14 to the CI matrix
1 parent 7af8288 commit 84f1b4b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ jobs:
1717
- { python: "3.11", os: "ubuntu-latest" }
1818
- { python: "3.12", os: "ubuntu-latest" }
1919
- { python: "3.13", os: "ubuntu-latest" }
20-
- { python: "3.13", os: "windows-latest" }
21-
- { python: "3.13", os: "macos-latest" }
20+
- { python: "3.14", os: "ubuntu-latest" }
21+
- { python: "3.14", os: "windows-latest" }
22+
- { python: "3.14", os: "macos-latest" }
2223
steps:
2324
- name: Check out the repository
2425
uses: actions/checkout@v6

0 commit comments

Comments
 (0)