We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc79c11 commit 06cffb2Copy full SHA for 06cffb2
1 file changed
.github/workflows/ci.yml
@@ -23,16 +23,17 @@ jobs:
23
- '3.11'
24
- '3.12'
25
- '3.13'
26
+ - '3.14'
27
include:
28
# only test oldest and most recent Python on other platforms
29
- os: macos-latest
30
python-version: '3.10'
31
- python-version: '3.13'
32
+ python-version: '3.14'
33
- os: windows-latest
34
35
36
37
- os: ubuntu-22.04
38
python-version: 3.10.0
39
# 2023-09-15 is numpy 1.26.0's release date
0 commit comments