Skip to content

Commit

Permalink
chore: Upgrade python to minimum 3.8 to comply with min supported ver…
Browse files Browse the repository at this point in the history
…sion in GitHub (#158)
  • Loading branch information
drstrangelooker authored Dec 4, 2024
1 parent c9ef5b7 commit a188980
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
os:
- ubuntu
python-version:
- "3.7"
- "3.8"
- "3.9"
- "3.10"

steps:
- name: Repo Checkout
Expand Down
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a188980

Please sign in to comment.