Skip to content

Commit

Permalink
TST: test with matplotlib 3.8 release candidate
Browse files Browse the repository at this point in the history
  • Loading branch information
neutrinoceros committed Aug 11, 2023
1 parent 43d32a6 commit af5fd73
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/type-checking.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
# run with oldest support python version
# so that we always get compatible versions of
# core dependencies at type-check time
python-version: '3.8'
python-version: '3.9'

- name: Build
run: |
Expand Down
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ dependencies = [
"cmyt>=1.1.2",
"ewah-bool-utils>=1.0.2",
"ipywidgets>=8.0.0",
"matplotlib>=3.5",
"matplotlib>=3.5 ; python_version == '3.8'",
"matplotlib>=3.8.0rc1 ; python_version >= '3.9'",
"more-itertools>=8.4",
# https://github.com/scipy/oldest-supported-numpy/issues/76#issuecomment-1628865694
"numpy>=1.17.5,<2.0",
Expand Down Expand Up @@ -479,7 +480,7 @@ ignore = [


[tool.mypy]
python_version = 3.8
python_version = 3.9
show_error_codes = true
ignore_missing_imports = true
warn_unused_configs = true
Expand Down

0 comments on commit af5fd73

Please sign in to comment.