Skip to content

Commit f0e0219

Browse files
committed
ci: disable python3.13-nogil (github doesn't support smtn like allow_failure)
1 parent 189a7b6 commit f0e0219

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ jobs:
3939
- python-version: '3.13'
4040
pandas-version: 'none'
4141
# https://github.com/pandas-dev/pandas/issues/58734
42-
- python-version: '3.13'
43-
pandas-version: 'none'
44-
disable-gil: true
42+
# - python-version: '3.13'
43+
# pandas-version: 'none'
44+
# disable-gil: true
4545

4646
runs-on: ubuntu-latest
4747

0 commit comments

Comments
 (0)