Skip to content

Commit 861e9b8

Browse files
authored
disabling python 3.10 due to numpy issue (#82)
1 parent 61cd4f5 commit 861e9b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ python-versions: &python-versions
122122
- "3.7.9"
123123
- "3.8.9"
124124
- "3.9.4"
125-
- "latest"
125+
# - "latest" # numpy wheel does not build in python 3.10. disabling for now.
126126

127127
workflows:
128128
version: 2

0 commit comments

Comments
 (0)