core: drop py36 support, update docs for reddit (#193)
* docs: update references to my.reddit * ci: remove 3.6, add 3.9
This commit is contained in:
parent
be21606075
commit
3f4fb64d56
7 changed files with 18 additions and 21 deletions
6
setup.py
6
setup.py
|
@ -42,7 +42,7 @@ def main():
|
|||
author_email='karlicoss@gmail.com',
|
||||
description='A Python interface to my life',
|
||||
|
||||
python_requires='>=3.6',
|
||||
python_requires='>=3.7',
|
||||
install_requires=INSTALL_REQUIRES,
|
||||
extras_require={
|
||||
'testing': [
|
||||
|
@ -60,10 +60,6 @@ def main():
|
|||
'cachew>=0.8.0',
|
||||
'mypy', # used for config checks
|
||||
],
|
||||
':python_version<"3.7"': [
|
||||
# used for some modules... hopefully reasonable to have it as a default
|
||||
'dataclasses',
|
||||
],
|
||||
},
|
||||
entry_points={'console_scripts': ['hpi=my.core.__main__:main']},
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue