We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e8d59a commit 5df6a8aCopy full SHA for 5df6a8a
1 file changed
.github/workflows/python-package.yml
@@ -13,7 +13,7 @@ jobs:
13
strategy:
14
fail-fast: false
15
matrix:
16
- python-version: [3.7, 3.8, 3.9, '3.10', '3.11', '3.12', '3.13', '3.14']
+ python-version: [3.7, 3.8, 3.9, '3.10', '3.11', '3.12', '3.13', '3.14.0-rc.3']
17
dep-versions: [numpy scipy pandas matplotlib]
18
19
steps:
0 commit comments