diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3aba12389b5f02feada78b631b0d988e8688a795..ccd762c22e5c21bf183f5437a42d3f1af799aa00 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1149,9 +1149,6 @@ lalapps:conda:py310:
   image: containers.ligo.org/lscsoft/lalsuite-manylinux/manylinux2014_x86_64
 
 # Build wheels for all supported platforms
-wheel:cp37-cp37m-manylinux2014:
-  extends:
-    - .wheel:manylinux2014
 wheel:cp38-cp38-manylinux2014:
   extends:
     - .wheel:manylinux2014
@@ -1161,9 +1158,6 @@ wheel:cp39-cp39-manylinux2014:
 wheel:cp310-cp310-manylinux2014:
   extends:
     - .wheel:manylinux2014
-wheel:cp37-cp37m-macosx:
-  extends:
-    - .wheel:macos
 wheel:cp38-cp38-macosx:
   extends:
     - .wheel:macos
@@ -1946,11 +1940,9 @@ deploy:wheel:
     - pip install twine
     - twine upload wheelhouse/*
   needs:
-    - wheel:cp37-cp37m-manylinux2014
     - wheel:cp38-cp38-manylinux2014
     - wheel:cp39-cp39-manylinux2014
     - wheel:cp310-cp310-manylinux2014
-    - wheel:cp37-cp37m-macosx
     - wheel:cp38-cp38-macosx
     - wheel:cp39-cp39-macosx
     - wheel:cp310-cp310-macosx