From: Paul Brossier Date: Thu, 28 Dec 2023 11:54:47 +0000 (+0100) Subject: [ci] remove python 2.7 from circleci X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=a11ea9d142a35e9999d676bc9674bdae1ccd61ec;p=aubio.git [ci] remove python 2.7 from circleci --- diff --git a/.circleci/config.yml b/.circleci/config.yml index 1fc9eb4c..1e98a772 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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