Skip to content

Commit e37acc7

Browse files
authored
Merge pull request #1 from tofarr/python_3_12_compatibility_and_vscode
Python 3.12 compatibility and vscode
2 parents fe57428 + 29b0825 commit e37acc7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -138,4 +138,5 @@ dmypy.json
138138
cython_debug/
139139

140140
/.idea
141+
/.vscode
141142
*.DS_Storage

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"pytest~=7.2",
2121
"pytest-cov~=4.0",
2222
"pytest-xdist~=3.2",
23-
"pylint~=2.17",
23+
"pylint~=3.0",
2424
],
2525
},
2626
setup_requires=["setuptools-git-versioning"],

0 commit comments

Comments
 (0)