Skip to content

Commit 48072d7

Browse files
authored
Update pythonpackage.yml
pylint on python 3.11: python 3.12 crashes
1 parent 86933cd commit 48072d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ jobs:
3333
- name: Set up Python
3434
uses: actions/setup-python@v4
3535
with:
36-
python-version: '3.x'
36+
python-version: '3.11'
3737
- name: Install dependencies
3838
run: |
3939
python -m pip install --upgrade pip
4040
pip install --upgrade -r CI_REQUIREMENTS.txt
41-
pip install --upgrade "pylint >= 2.6.0" perflint
41+
pip install --upgrade "pylint >= 3.0.0" perflint
4242
- name: Install develop
4343
run: |
4444
pip install -e .

0 commit comments

Comments
 (0)