diff --git a/.github/workflows/python-ci.yml b/.github/workflows/python-ci.yml index 63ab291..7afc00a 100644 --- a/.github/workflows/python-ci.yml +++ b/.github/workflows/python-ci.yml @@ -29,9 +29,9 @@ jobs: os: - ubuntu python-version: - - "3.7" - "3.8" - "3.9" + - "3.10" steps: - name: Repo Checkout diff --git a/Pipfile b/Pipfile index 6ebf4f6..2041e66 100644 --- a/Pipfile +++ b/Pipfile @@ -20,7 +20,7 @@ looker-deployer = {editable = true,path = "."} certifi = "==2023.7.22" [requires] -python_version = "3.7" +python_version = "3.8" [pipenv] allow_prereleases = true diff --git a/Pipfile.lock b/Pipfile.lock index af0efcf..aab3ddd 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,11 +1,11 @@ { "_meta": { "hash": { - "sha256": "f6e2efa91f4a6401e36e6110ada6a63c1061a64935154d78aa08f6d026b2a8fc" + "sha256": "5cd8162beddabf94c8e0f52e5036e6cb84ad48218cf46a19e2d81e065e31cc2d" }, "pipfile-spec": 6, "requires": { - "python_version": "3.7" + "python_version": "3.8" }, "sources": [ {