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"