[ci] bump circleci config version to 2.1
authorPaul Brossier <piem@piem.org>
Thu, 28 Dec 2023 11:45:59 +0000 (12:45 +0100)
committerPaul Brossier <piem@piem.org>
Thu, 28 Dec 2023 11:45:59 +0000 (12:45 +0100)
.circleci/config.yml

index d146854..1fc9eb4 100644 (file)
@@ -1,3 +1,7 @@
+# python circleci 2.1 configuration
+# see https://circleci.com/docs/2.1/language-python/
+version: 2.1
+
 apt-run: &apt-install
   name: Install apt packages
   command: |
@@ -36,7 +40,6 @@ uninstall-wheel: &uninstall-wheel
     pip show -f aubio
     pip uninstall --verbose --yes aubio
 
-version: 2
 jobs:
   build-27:
     docker: