Skip to content

Commit

Permalink
Try to fix python3.8 dill issue by updating to 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
EntilZha committed Jul 9, 2020
1 parent 8c555e5 commit 2ee84da
Show file tree
Hide file tree
Showing 3 changed files with 146 additions and 137 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7]
python-version: [3.6, 3.7, 3.8]
#include:
# - python-version: 3.6
# use_pandas: 1
Expand Down

0 comments on commit 2ee84da

Please sign in to comment.