ref: ea7f48efe513a78e0e7fca8fd180ee3ee0503e89
parent: 68d4565bf7aad6f0be4bdc4ad3e254130a7db720
author: Paul Brossier <piem@piem.org>
date: Sat Dec 25 17:22:39 EST 2021
[ci] switch circleci to python 3.10
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -66,9 +66,9 @@
- store_artifacts:
path: dist/
- build-latest:
+ build-310:
docker:
- - image: cimg/python:latest
+ - image: cimg/python:3.10
steps:
- checkout
- run: *apt-install
@@ -80,9 +80,9 @@
- store_artifacts:
path: dist/
- build-latest-nodeps:
+ build-310-nodeps:
docker:
- - image: cimg/python:latest
+ - image: cimg/python:3.10
steps:
- checkout
- run: *pip-install
@@ -100,5 +100,5 @@
jobs:
- build-27
- build-36
- - build-latest
- - build-latest-nodeps
+ - build-310
+ - build-310-nodeps