Skip to content

Commit

Permalink
build: support Py3.11, drop Py3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Jun 21, 2023
1 parent f6fdff6 commit 767cb76
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,11 @@ classifiers = [
"Operating System :: Microsoft :: Windows",
"Operating System :: POSIX :: Linux",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3 :: Only",
"Topic :: Scientific/Engineering :: Medical Science Apps."]
dependencies = ['importlib_resources; python_version < "3.9"', "matplotlib", "nibabel", "numpy", "scikit-learn", "tqdm"]
Expand Down

0 comments on commit 767cb76

Please sign in to comment.