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
|
@ -139,7 +139,7 @@ for cls, p in modules:
|
|||
# paths[s]/glob to the exported JSON data
|
||||
export_path: Paths
|
||||
#+end_src
|
||||
** [[file:../my/reddit.py][my.reddit]]
|
||||
** [[file:../my/reddit][my.reddit]]
|
||||
|
||||
Reddit data: saved items/comments/upvotes/etc.
|
||||
|
||||
|
|
|
@ -42,7 +42,7 @@ You'd be really helping me, I want to make the setup as straightforward as possi
|
|||
* Few notes
|
||||
I understand that people who'd like to use this may not be super familiar with Python, pip or generally unix, so here are some useful notes:
|
||||
|
||||
- only ~python >= 3.6~ is supported
|
||||
- only ~python >= 3.7~ is supported
|
||||
- I'm using ~pip3~ command, but on your system you might only have ~pip~.
|
||||
|
||||
If your ~pip --version~ says python 3, feel free to use ~pip~.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue