Skip to content

Commit

Permalink
Bump Numba to 0.58 and activate Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand committed Jan 22, 2024
1 parent 1e19f49 commit 9c1099c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
platform:
- macos
- windows
Expand Down Expand Up @@ -157,6 +158,7 @@ jobs:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
platform:
- windows
- ubuntu
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ classifiers = [
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Operating System :: OS Independent",
"Intended Audience :: Science/Research",
]
Expand All @@ -25,7 +26,7 @@ dependencies = [
"pandas >=1.0, ==1.*",
"numpy >= 1.17",
"scipy >= 1.2",
"numba >= 0.51, < 0.57",
"numba >= 0.51, < 0.59",
"cffi >= 1.12.2",
"psutil >= 5",
"binpickle >= 0.3.2",
Expand Down

0 comments on commit 9c1099c

Please sign in to comment.