There was an error while loading. Please reload this page.
1 parent 9e86555 commit 868e26eCopy full SHA for 868e26e
.github/workflows/pull_request.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Setup Python 3.10
38
uses: actions/setup-python@v5
39
with:
40
- python-version: '3.13'
+ python-version: '3.10'
41
42
- name: Install dependencies
43
run: |
.github/workflows/release.yml
@@ -43,7 +43,7 @@ jobs:
- name: Setup Python
44
45
46
47
48
- name: Install build dependencies
49
run: python -m pip install --upgrade pip wheel
requirements-dev.txt
@@ -1,3 +1,3 @@
1
prospector==1.7.*
2
-pylint==2.15.6
+pylint==2.17.7
3
pytest==7.1.*
0 commit comments