From a12f97d0d07443f9212bb7ab8d01be2473457b0d Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Fri, 23 Oct 2020 13:17:22 +0100 Subject: [PATCH] remove specific python version requirement. CircleCI is already on 3.9, so that's good enough for now --- .circleci/config.yml | 1 - Pipfile | 3 --- 2 files changed, 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e7e66e5..bdc2b46 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -13,7 +13,6 @@ jobs: - python/save-cache - run: command: | - python3 --version pipenv install pipenv run pytest workflows: diff --git a/Pipfile b/Pipfile index 0ac07b6..19612ab 100644 --- a/Pipfile +++ b/Pipfile @@ -8,6 +8,3 @@ pytest = "*" [packages] pytest = "*" - -[requires] -python_version = "3.8" \ No newline at end of file