We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cec251 commit 33d852dCopy full SHA for 33d852d
.github/workflows/main.yml
@@ -11,7 +11,7 @@ jobs:
11
- name: Set up Python 3
12
uses: actions/setup-python@v4
13
with:
14
- python-version: '3.x'
+ python-version: '3.8' # This is the closest available to 3.7
15
16
- name: Install dependencies
17
run: |
@@ -30,7 +30,7 @@ jobs:
30
31
32
33
+ python-version: '3.8'
34
35
36
dev_requirements.txt
@@ -1,4 +1,4 @@
1
-coverage<7.11
+coverage
2
astroid
3
pylint
4
bitarray
0 commit comments