Changeset ea7f48e for .circleci


Ignore:
Timestamp:
Dec 26, 2021, 4:22:39 AM (2 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/cnn, feature/crepe, fix/ffmpeg5, master
Children:
cdfe9ce
Parents:
68d4565
Message:

[ci] switch circleci to python 3.10

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .circleci/config.yml

    r68d4565 rea7f48e  
    6767          path: dist/
    6868
    69   build-latest:
     69  build-310:
    7070    docker:
    71       - image: cimg/python:latest
     71      - image: cimg/python:3.10
    7272    steps:
    7373      - checkout
     
    8181          path: dist/
    8282
    83   build-latest-nodeps:
     83  build-310-nodeps:
    8484    docker:
    85       - image: cimg/python:latest
     85      - image: cimg/python:3.10
    8686    steps:
    8787      - checkout
     
    101101      - build-27
    102102      - build-36
    103       - build-latest
    104       - build-latest-nodeps
     103      - build-310
     104      - build-310-nodeps
Note: See TracChangeset for help on using the changeset viewer.