mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2025-12-31 20:36:24 +00:00
Use updated CircleCI images
See https://discuss.circleci.com/t/legacy-convenience-image-deprecation/41034
This commit is contained in:
@ -39,43 +39,43 @@ jobs:
|
||||
docs:
|
||||
<<: *common
|
||||
docker:
|
||||
- image: circleci/python:3.6
|
||||
- image: cimg/python:3.6
|
||||
environment:
|
||||
TOXENV: docs
|
||||
lint:
|
||||
<<: *common
|
||||
docker:
|
||||
- image: circleci/python:3.6
|
||||
- image: cimg/python:3.6
|
||||
environment:
|
||||
TOXENV: lint
|
||||
py36-core:
|
||||
<<: *common
|
||||
docker:
|
||||
- image: circleci/python:3.6
|
||||
- image: cimg/python:3.6
|
||||
environment:
|
||||
TOXENV: py36-core
|
||||
py37-core:
|
||||
<<: *common
|
||||
docker:
|
||||
- image: circleci/python:3.7
|
||||
- image: cimg/python:3.7
|
||||
environment:
|
||||
TOXENV: py37-core
|
||||
py38-core:
|
||||
<<: *common
|
||||
docker:
|
||||
- image: circleci/python:3.8
|
||||
- image: cimg/python:3.8
|
||||
environment:
|
||||
TOXENV: py38-core
|
||||
py39-core:
|
||||
<<: *common
|
||||
docker:
|
||||
- image: circleci/python:3.9
|
||||
- image: cimg/python:3.9
|
||||
environment:
|
||||
TOXENV: py39-core
|
||||
py310-core:
|
||||
<<: *common
|
||||
docker:
|
||||
- image: circleci/python:3.10
|
||||
- image: cimg/python:3.10
|
||||
environment:
|
||||
TOXENV: py310-core
|
||||
pypy3-core:
|
||||
|
||||
Reference in New Issue
Block a user