Skip to content

Commit c20a09f

Browse files
committed
Add min required python version and ignore vscode settings file
1 parent 66c64dc commit c20a09f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Diff for: .gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ htmlcov
1818
## Vim files
1919
.*.swp
2020
.idea
21+
.vscode

Diff for: setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
long_description=long_description,
2323
long_description_content_type="text/markdown",
2424
install_requires=['requests'],
25+
python_requires='>=3.9',
2526
classifiers=[
2627
"Development Status :: 5 - Production/Stable",
2728
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)