Skip to content

Commit 850ba20

Browse files
authored
Merge pull request 3scale-qe#144 from mkudlej/new_Pipfile
update pipfile and pipfile.lock
2 parents f961fd1 + 56d977c commit 850ba20

File tree

4 files changed

+355
-218
lines changed

4 files changed

+355
-218
lines changed

.github/workflows/lint-and-smoke.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
- uses: actions/checkout@v2
88
- uses: actions/setup-python@v2
99
with:
10-
python-version: '3.8'
10+
python-version: '3.11'
1111
architecture: x64
1212
- uses: actions/cache@v2
1313
env:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v2
1111
- uses: actions/setup-python@v2
1212
with:
13-
python-version: '3.7'
13+
python-version: '3.11'
1414
- name: setup
1515
run: pip install wheel
1616
- name: build

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ requests = "*"
1515
backoff = "*"
1616

1717
[requires]
18-
python_version = "3"
18+
python_version = "3.11"

0 commit comments

Comments
 (0)