Skip to content

Commit

Permalink
Restore support for python 3.11
Browse files Browse the repository at this point in the history
datashader was not compatible with python 3.11, but a new version came out, so here we are
  • Loading branch information
pmav99 committed Jun 1, 2023
1 parent c28609d commit 3dcc1b4
Show file tree
Hide file tree
Showing 5 changed files with 82 additions and 126 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ jobs:
matrix:
# os: [ 'ubuntu-latest', 'macos-latest' ]
os: [ 'ubuntu-latest' ]
# python: [ '3.9', '3.10', '3.11' ]
python: [ '3.9', '3.10' ]
python: [ '3.9', '3.10', '3.11' ]
steps:
- uses: actions/checkout@main
- uses: actions/setup-python@main
Expand Down
180 changes: 73 additions & 107 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3dcc1b4

Please sign in to comment.