diff --git a/.circleci/config.yml b/.circleci/config.yml index 47548c4..6d47e39 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -122,7 +122,7 @@ python-versions: &python-versions - "3.7.9" - "3.8.9" - "3.9.4" - - "latest" + # - "latest" # numpy wheel does not build in python 3.10. disabling for now. workflows: version: 2