Skip to content

Commit 86933cd

Browse files
authored
Update pythonpackage.yml
run pylint on the latest python.
1 parent a19fe07 commit 86933cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Set up Python
3434
uses: actions/setup-python@v4
3535
with:
36-
python-version: '3.8'
36+
python-version: '3.x'
3737
- name: Install dependencies
3838
run: |
3939
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)