From dd2c54eded3d7dfb19909cb77ca36367bc99685c Mon Sep 17 00:00:00 2001 From: caleb15 Date: Thu, 11 Aug 2022 14:20:30 -0700 Subject: [PATCH] add python 3.10 --- .circleci/config.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9547d39..0cbe712 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -23,6 +23,11 @@ workflows: version: "3.9" requires: - lint + - test-python: + name: test-python3.10 + version: "3.10" + requires: + - lint lint_test_deploy: jobs: - lint: @@ -45,6 +50,11 @@ workflows: version: "3.9" requires: - lint + - test-python: + name: test-python3.10 + version: "3.10" + requires: + - lint # Don't want to deploy every push to master? # You can switch to manual approval if desired # Uncomment below and get rid of requirement for test-python @@ -61,6 +71,7 @@ workflows: - test-python3.7 - test-python3.8 - test-python3.9 + - test-python3.10 jobs: lint: docker: