@@ -21,28 +21,29 @@ jobs:
2121 fail-fast : false
2222 matrix :
2323 include :
24+ - { os: ubuntu-latest, python: '3.13', arch: x64}
2425 - { os: ubuntu-latest, python: '3.12', arch: x64}
2526 - { os: ubuntu-latest, python: '3.11', arch: x64}
2627 - { os: ubuntu-latest, python: '3.10', arch: x64 }
2728 - { os: ubuntu-latest, python: '3.9', arch: x64 }
28- - { os: ubuntu-latest, python: '3.8', arch: x64 }
2929
30+ - { os: macos-13, python: '3.13', arch: x64 }
3031 - { os: macos-13, python: '3.12', arch: x64 }
3132 - { os: macos-13, python: '3.11', arch: x64 }
3233 - { os: macos-13, python: '3.10', arch: x64 }
3334 - { os: macos-13, python: '3.9', arch: x64 }
34- - { os: macos-13, python: '3.8', arch: x64 }
3535
36+ - { os: macos-latest, python: '3.13', arch: arm64}
3637 - { os: macos-latest, python: '3.12', arch: arm64}
3738 - { os: macos-latest, python: '3.11', arch: arm64}
3839 - { os: macos-latest, python: '3.10', arch: arm64}
3940 - { os: macos-latest, python: '3.9', arch: arm64}
4041
42+ - { os: windows-latest, python: '3.13', arch: x64 }
4143 - { os: windows-latest, python: '3.12', arch: x64 }
4244 - { os: windows-latest, python: '3.11', arch: x64 }
4345 - { os: windows-latest, python: '3.10', arch: x64 }
4446 - { os: windows-latest, python: '3.9', arch: x64 }
45- - { os: windows-latest, python: '3.8', arch: x64 }
4647
4748 if : github.repository == 'QTC-UMD/rydiqule-vendored-conda-builds'
4849 steps :
0 commit comments