Skip to content

Commit

Permalink
Increase supported Python version in setup.py to >= 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mikir committed Feb 23, 2021
1 parent 6571718 commit 6de030c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# distribution / packaging
build/
dist/
distr/

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def _createPyPiLongDescription() -> str:
'console_scripts': ['zserio=zserio.__main__:main']
},

python_requires='>=3.5',
python_requires='>=3.8',

license = "BSD-3 Clause",
classifiers=[
Expand Down

0 comments on commit 6de030c

Please sign in to comment.