Skip to content

Commit

Permalink
update pipfile and pipfile.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
mkudlej committed Jan 18, 2024
1 parent f961fd1 commit c3b6add
Show file tree
Hide file tree
Showing 3 changed files with 354 additions and 217 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-and-smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.8'
python-version: '3.11'
architecture: x64
- uses: actions/cache@v2
env:
Expand Down
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ requests = "*"
backoff = "*"

[requires]
python_version = "3"
python_version = "3.11"
Loading

0 comments on commit c3b6add

Please sign in to comment.