Skip to content

Commit 2ec94b0

Browse files
committed
fix pylint version
1 parent 81b04dc commit 2ec94b0

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
19+
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
2020

2121
steps:
2222
- uses: actions/checkout@v3

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ def get_version():
155155
"myst-parser==0.16.1",
156156
"numpydoc==1.1.0", ],
157157
"test": ["psutil==5.9.4",
158-
"pylint>=2.13.9",
158+
"pylint==2.13.9",
159159
"pytest>=7.0.1",
160160
"pytest-cov>=4.0.0",
161161
"pytest-html>=3.2.0",

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ envlist = My-env_Test.0
1010
deps =
1111
pytest
1212
pytest-coverage
13-
pylint
13+
pylint==2.13.9
1414
flake8
1515
extras =
1616
test

0 commit comments

Comments
 (0)