my.reddit: refactor into module that supports pushshift/gdpr (#179)
* initial pushshift/rexport merge implementation, using id for merging * smarter module deprecation warning using regex * add `RedditBase` from promnesia * `import_source` helper for gracefully handing mixin data sources
This commit is contained in:
parent
b54ec0d7f1
commit
8422c6e420
15 changed files with 374 additions and 58 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -19,9 +19,9 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
platform: [ubuntu-latest, macos-latest] # TODO windows-latest??
|
||||
python-version: ['3.6', '3.7', '3.8']
|
||||
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'}]
|
||||
exclude: [{platform: macos-latest, python-version: 3.6}]
|
||||
|
||||
runs-on: ${{ matrix.platform }}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue