Skip to content

Commit

Permalink
[MAINT] run test suite with python 3.12 (#57)
Browse files Browse the repository at this point in the history
* test with python 3.12

* update metadata

* add setuptools
  • Loading branch information
Remi-Gau authored Dec 14, 2023
1 parent ac2def2 commit 0178b1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
needs: [build, download-test-data, check_skip_flags]
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
steps:
- uses: actions/checkout@v2
name: Set up Python ${{ matrix.python-version }}
Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,15 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]
dependencies = [
"h5py",
"nilearn",
"pybids >=0.15.0, <0.16.0",
"templateflow < 23.0.0",
"tqdm",
"setuptools",
]
dynamic = ["version"]

Expand Down

0 comments on commit 0178b1c

Please sign in to comment.