Skip to content

Commit 79cab36

Browse files
committed
Drop python 3.13 builds since conda-build<25 is not available
1 parent e144115 commit 79cab36

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/make_packages.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,25 +21,25 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
include:
24-
- { os: ubuntu-latest, python: '3.13', arch: x64}
24+
#- { os: ubuntu-latest, python: '3.13', arch: x64} conda-build<25 not available
2525
- { os: ubuntu-latest, python: '3.12', arch: x64}
2626
- { os: ubuntu-latest, python: '3.11', arch: x64}
2727
- { os: ubuntu-latest, python: '3.10', arch: x64 }
2828
- { os: ubuntu-latest, python: '3.9', arch: x64 }
2929

30-
- { os: macos-13, python: '3.13', arch: x64 }
30+
#- { os: macos-13, python: '3.13', arch: x64 }
3131
- { os: macos-13, python: '3.12', arch: x64 }
3232
- { os: macos-13, python: '3.11', arch: x64 }
3333
- { os: macos-13, python: '3.10', arch: x64 }
3434
- { os: macos-13, python: '3.9', arch: x64 }
3535

36-
- { os: macos-latest, python: '3.13', arch: arm64}
36+
#- { os: macos-latest, python: '3.13', arch: arm64}
3737
- { os: macos-latest, python: '3.12', arch: arm64}
3838
- { os: macos-latest, python: '3.11', arch: arm64}
3939
- { os: macos-latest, python: '3.10', arch: arm64}
4040
- { os: macos-latest, python: '3.9', arch: arm64}
4141

42-
- { os: windows-latest, python: '3.13', arch: x64 }
42+
#- { os: windows-latest, python: '3.13', arch: x64 }
4343
- { os: windows-latest, python: '3.12', arch: x64 }
4444
- { os: windows-latest, python: '3.11', arch: x64 }
4545
- { os: windows-latest, python: '3.10', arch: x64 }

0 commit comments

Comments
 (0)