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
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -19,9 +19,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
platform: [ubuntu-latest, macos-latest] # TODO windows-latest??
|
||||
python-version: [3.6, 3.7, 3.8]
|
||||
# seems like 3.6 isn't available on their osx image anymore
|
||||
exclude: [{platform: macos-latest, python-version: 3.6}]
|
||||
python-version: [3.7, 3.8, 3.9]
|
||||
|
||||
runs-on: ${{ matrix.platform }}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue