Updated config.yml

This commit is contained in:
Robert Sachunsky 2023-04-12 23:49:04 +02:00
parent b79ea56b22
commit ad7164f8e9

View file

@ -6,7 +6,7 @@ jobs:
parameters: parameters:
python-version: python-version:
type: string type: string
docker: docker:
- image: cimg/python:<< parameters.python-version >> - image: cimg/python:<< parameters.python-version >>
steps: steps:
- checkout - checkout
@ -27,7 +27,7 @@ workflows:
version: 2 version: 2
build: build:
jobs: jobs:
- build-python - build-python:
matrix: matrix:
parameters: parameters:
python-version: ['3.7', '3.8', '3.9', '3.10'] python-version: ['3.7', '3.8', '3.9', '3.10']