We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7af8288 commit 84f1b4bCopy full SHA for 84f1b4b
1 file changed
.github/workflows/tests.yml
@@ -17,8 +17,9 @@ jobs:
17
- { python: "3.11", os: "ubuntu-latest" }
18
- { python: "3.12", os: "ubuntu-latest" }
19
- { python: "3.13", os: "ubuntu-latest" }
20
- - { python: "3.13", os: "windows-latest" }
21
- - { python: "3.13", os: "macos-latest" }
+ - { python: "3.14", os: "ubuntu-latest" }
+ - { python: "3.14", os: "windows-latest" }
22
+ - { python: "3.14", os: "macos-latest" }
23
steps:
24
- name: Check out the repository
25
uses: actions/checkout@v6
0 commit comments