[ci] remove python 2.7 from circleci
authorPaul Brossier <piem@piem.org>
Thu, 28 Dec 2023 11:54:47 +0000 (12:54 +0100)
committerPaul Brossier <piem@piem.org>
Thu, 28 Dec 2023 11:55:47 +0000 (12:55 +0100)
.circleci/config.yml

index 1fc9eb4..1e98a77 100644 (file)
@@ -41,20 +41,6 @@ uninstall-wheel: &uninstall-wheel
     pip uninstall --verbose --yes aubio
 
 jobs:
-  build-27:
-    docker:
-      - image: cimg/python:2.7
-    steps:
-      - checkout
-      - run: *apt-install
-      - run: *pip-install
-      - run: *build-wheel
-      - run: *install-wheel
-      - run: *test-pytest
-      - run: *uninstall-wheel
-      - store_artifacts:
-          path: dist/
-
   build-36:
     docker:
       - image: cimg/python:3.6
@@ -101,7 +87,6 @@ workflows:
 
   test-wheel:
     jobs:
-      - build-27
       - build-36
       - build-310
       - build-310-nodeps