Skip to content

Commit 612410f

Browse files
authored
Merge pull request #2326 from jepler/py310-for-ci
Use Python 3.10 during CI; 3.11 is incompatible with pylint
2 parents e85845c + afeff35 commit 612410f

File tree

2 files changed

+2
-151
lines changed

2 files changed

+2
-151
lines changed

.github/workflows/githubci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,10 @@ jobs:
8787
pylint:
8888
runs-on: ubuntu-latest
8989
steps:
90-
- name: Set up Python 3.x
90+
- name: Set up Python 3.10
9191
uses: actions/setup-python@v4
9292
with:
93-
python-version: "3.x"
93+
python-version: "3.10"
9494
- name: Versions
9595
run: |
9696
python3 --version

0 commit comments

Comments
 (0)