Skip to content

Commit 89ff54f

Browse files
committed
remove py3.13 from test-and-lint bc of numpy doesn't support 3.13 yet
1 parent f12fe20 commit 89ff54f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ workflows:
5757
- build-and-test:
5858
matrix:
5959
parameters:
60-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
60+
python-version: ["3.9", "3.10", "3.11", "3.12"]

0 commit comments

Comments
 (0)