From 8bcdd9ea48c782647cc697c30d8397bb9b08c313 Mon Sep 17 00:00:00 2001 From: Wei-Tse Hsu Date: Sat, 3 Aug 2024 14:53:15 +0800 Subject: [PATCH] Remove settings for CI builds based on versions other than Python 3.10 and 3.11 --- .circleci/config.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 848965f..51fa32f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -89,18 +89,9 @@ jobs: workflows: continuous-integration: jobs: - - test: - name: test-python-3.8 - python-version: "3.8" - - test: - name: test-python-3.9 - python-version: "3.9" - test: name: test-python-3.10 python-version: "3.10" - test: name: test-python-3.11 python-version: "3.11" - - test: - name: test-python-3.12 - python-version: "3.12"