We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 193ddfb + 9b9a03c commit 39e62ebCopy full SHA for 39e62eb
.github/workflows/ci.yml
@@ -31,7 +31,11 @@ jobs:
31
- uses: actions/checkout@v2
32
- uses: actions/setup-python@v2
33
with:
34
- python-version: 3.7
+ python-version: 3.9.18
35
+ - name: Install wheel and pin setuptools for compatibility
36
+ run: |
37
+ pip install wheel
38
+ pip install "setuptools==65.5.1"
39
- name: Install Python Dependencies
40
run: |
41
pip install -r requirements.txt -r dev-requirements.txt
runtime.txt
@@ -1 +1 @@
1
-python-3.7.8
+python-3.9.18
0 commit comments