Skip to content

Commit 5df6a8a

Browse files
committed
Update to allow building before 3.14 release
1 parent 8e8d59a commit 5df6a8a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
python-version: [3.7, 3.8, 3.9, '3.10', '3.11', '3.12', '3.13', '3.14']
16+
python-version: [3.7, 3.8, 3.9, '3.10', '3.11', '3.12', '3.13', '3.14.0-rc.3']
1717
dep-versions: [numpy scipy pandas matplotlib]
1818

1919
steps:

0 commit comments

Comments
 (0)