Skip to content

Commit dc5decd

Browse files
committed
remove python 3.13 from matrix test until numpy2 can be used
1 parent d29c1cb commit dc5decd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/testing_multiversion.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
# Using matrix strategy
1818
strategy:
1919
matrix:
20-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
20+
python-version: ["3.9", "3.10", "3.11", "3.12"]
2121

2222
steps:
2323
# Check out repo and set up Python

0 commit comments

Comments
 (0)