Skip to content

Commit 9d481a6

Browse files
committed
Disable testing 3.13 for now
1 parent 9d17c38 commit 9d481a6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ jobs:
2222
- '3.10'
2323
- '3.11'
2424
- '3.12'
25-
- '3.13'
25+
# Seems needs work in traits: https://github.com/nipy/heudiconv/pull/799#issuecomment-2447298795
26+
# - '3.13'
2627
steps:
2728
- name: Check out repository
2829
uses: actions/checkout@v4

0 commit comments

Comments
 (0)