From ace4486c799347a147a8495ecb41467cb8ec4fb2 Mon Sep 17 00:00:00 2001 From: mauzey1 Date: Tue, 12 Oct 2021 17:08:38 -0700 Subject: [PATCH] Remove Python 3.6 build --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index aa2151d3..4bd40e56 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -202,7 +202,7 @@ workflows: matrix: parameters: os: [ linux, macos ] - python_version: [ "3.6", "3.7", "3.8", "3.9" ] + python_version: [ "3.7", "3.8", "3.9" ] name: build-<< matrix.os >>-<< matrix.python_version >> requires: - setup-<< matrix.os >>