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 56d977c
Show file tree
Hide file tree
Showing 4 changed files with 355 additions and 218 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 .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.7'
python-version: '3.11'
- name: setup
run: pip install wheel
- name: build
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 56d977c

Please sign in to comment.