We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f961fd1 + 56d977c commit 850ba20Copy full SHA for 850ba20
4 files changed
.github/workflows/lint-and-smoke.yml
@@ -7,7 +7,7 @@ jobs:
7
- uses: actions/checkout@v2
8
- uses: actions/setup-python@v2
9
with:
10
- python-version: '3.8'
+ python-version: '3.11'
11
architecture: x64
12
- uses: actions/cache@v2
13
env:
.github/workflows/release.yml
@@ -10,7 +10,7 @@ jobs:
- python-version: '3.7'
14
- name: setup
15
run: pip install wheel
16
- name: build
Pipfile
@@ -15,4 +15,4 @@ requests = "*"
backoff = "*"
17
[requires]
18
-python_version = "3"
+python_version = "3.11"
0 commit comments