From 08e364bbab2dad609d14e5a4c83e9d24d30baf32 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Thu, 20 Jul 2023 09:06:05 -0400 Subject: [PATCH] numpy is not supported on python38 anymore --- .circleci/config.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ae7288509e..0c831af04c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -93,7 +93,6 @@ workflows: matrix: parameters: pythonVersion: - - "python38" - "python39" - "python310" - "python311"