shithub: aubio

Download patch

ref: 68d4565bf7aad6f0be4bdc4ad3e254130a7db720
parent: b540b2246d7c7bb3f8252be958144694a98e32e3
author: Paul Brossier <piem@piem.org>
date: Sat Dec 25 17:18:00 EST 2021

[ci] update circleci to new python docker images

--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -40,7 +40,7 @@
 jobs:
   build-27:
     docker:
-      - image: circleci/python:2.7
+      - image: cimg/python:2.7
     steps:
       - checkout
       - run: *apt-install
@@ -54,7 +54,7 @@
 
   build-36:
     docker:
-      - image: circleci/python:3.6
+      - image: cimg/python:3.6
     steps:
       - checkout
       - run: *apt-install
@@ -68,7 +68,7 @@
 
   build-latest:
     docker:
-      - image: circleci/python:latest
+      - image: cimg/python:latest
     steps:
       - checkout
       - run: *apt-install
@@ -82,7 +82,7 @@
 
   build-latest-nodeps:
     docker:
-      - image: circleci/python:latest
+      - image: cimg/python:latest
     steps:
       - checkout
       - run: *pip-install