We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ce5908 commit e93ceafCopy full SHA for e93ceaf
.github/workflows/ci.yml
@@ -24,14 +24,14 @@ jobs:
24
fail-fast: false
25
matrix:
26
os: [macos, ubuntu, windows]
27
- python-version: ["3.13"]
+ python-version: ["3.14"]
28
include:
29
- os: ubuntu
30
python-version: "3.10"
31
32
python-version: "3.11"
33
34
- python-version: "3.12"
+ python-version: "3.13"
35
steps:
36
- name: Checkout
37
uses: actions/checkout@v4
0 commit comments