Changeset a11ea9d for .circleci


Ignore:
Timestamp:
Dec 28, 2023, 12:55:47 PM (10 months ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
master
Children:
edf82d8
Parents:
e8aed04c
git-author:
Paul Brossier <piem@piem.org> (12/28/23 12:54:47)
git-committer:
Paul Brossier <piem@piem.org> (12/28/23 12:55:47)
Message:

[ci] remove python 2.7 from circleci

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .circleci/config.yml

    re8aed04c ra11ea9d  
    4242
    4343jobs:
    44   build-27:
    45     docker:
    46       - image: cimg/python:2.7
    47     steps:
    48       - checkout
    49       - run: *apt-install
    50       - run: *pip-install
    51       - run: *build-wheel
    52       - run: *install-wheel
    53       - run: *test-pytest
    54       - run: *uninstall-wheel
    55       - store_artifacts:
    56           path: dist/
    57 
    5844  build-36:
    5945    docker:
     
    10288  test-wheel:
    10389    jobs:
    104       - build-27
    10590      - build-36
    10691      - build-310
Note: See TracChangeset for help on using the changeset viewer.