From ad7164f8e93c11fafd1235caaa86468488f601fd Mon Sep 17 00:00:00 2001 From: Robert Sachunsky <38561704+bertsky@users.noreply.github.com> Date: Wed, 12 Apr 2023 23:49:04 +0200 Subject: [PATCH] Updated config.yml --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 747fbb7..f86b4e1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,7 +6,7 @@ jobs: parameters: python-version: type: string - docker: + docker: - image: cimg/python:<< parameters.python-version >> steps: - checkout @@ -27,7 +27,7 @@ workflows: version: 2 build: jobs: - - build-python + - build-python: matrix: parameters: python-version: ['3.7', '3.8', '3.9', '3.10']