Skip to content

Commit

Permalink
Merge pull request 3scale-qe#144 from mkudlej/new_Pipfile
Browse files Browse the repository at this point in the history
update pipfile and pipfile.lock
  • Loading branch information
dhlavac authored Jan 19, 2024
2 parents f961fd1 + 56d977c commit 850ba20
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 850ba20

Please sign in to comment.