Skip to content

Commit

Permalink
Support Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
JulioAPeraza committed Feb 27, 2024
1 parent 1b8266f commit 78b1e1f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest", "macos-latest"]
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.8", "3.9", "3.10", "3.11"]

defaults:
run:
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ classifiers = [
dependencies = [
"nimare>=0.2.1",
"neuromaps",
"scipy<1.8.0", # temporary fix for netneurotools issue
"netneurotools",
"scipy",
"netneurotools>=0.2.4",
"surfplot",
"wordcloud", # for plotting
"wordcloud", # for plotting
]
dynamic = ["version"]

Expand Down

0 comments on commit 78b1e1f

Please sign in to comment.