diff --git a/.circleci/config.yml b/.circleci/config.yml index 619d248..544888c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,13 +2,13 @@ version: '2.1' orbs: - python: circleci/python@3.3.0 + python: circleci/python@4.0.0 jobs: pre-commit: executor: name: python/default - tag: "3.14" + # tag: "3.14" steps: - checkout - python/install-packages: @@ -20,7 +20,7 @@ jobs: pytest: executor: name: python/default - tag: "3.14" + # tag: "3.14" steps: - checkout - python/install-packages: