Skip to content

Commit 2eb5291

Browse files
authored
Merge pull request #799 from nipy/enh-py
Add Python 3.12 into github testing CI
2 parents 32c8b14 + 9d481a6 commit 2eb5291

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
- '3.9'
2222
- '3.10'
2323
- '3.11'
24+
- '3.12'
25+
# Seems needs work in traits: https://github.com/nipy/heudiconv/pull/799#issuecomment-2447298795
26+
# - '3.13'
2427
steps:
2528
- name: Check out repository
2629
uses: actions/checkout@v4

0 commit comments

Comments
 (0)