From ae544c891e94f336452d8a029d06c066ab3be4bb Mon Sep 17 00:00:00 2001 From: Richert Date: Tue, 14 Nov 2023 12:03:51 -0600 Subject: [PATCH] updated circleci configuration --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9809081f..e34fe7e5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -41,7 +41,7 @@ workflows: pyrates: # This is the name of the workflow, feel free to change it to better match your workflow. # Inside the workflow, you define the jobs you want to run. jobs: - - p37 - p37 - p38 + - p39 - p310