Skip to content

Commit 9a50873

Browse files
committed
include rc channel
1 parent 25b2598 commit 9a50873

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-package-conda.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fail-fast: False
2424
matrix:
2525
os: [ubuntu-latest, macos-12, windows-latest]
26-
python-version: ["3.10", "3.11", "3.12", "3.13.0rc2"]
26+
python-version: ["3.10", "3.11", "3.12", "3.13"]
2727
mkl-version: ['2023', '2024']
2828
include:
2929
- os: ubuntu-latest
@@ -39,7 +39,7 @@ jobs:
3939
uses: conda-incubator/setup-miniconda@v3
4040
with:
4141
python-version: ${{ matrix.python-version }}
42-
channels: conda-forge, defaults
42+
channels: ${{ matrix.python-version == '3.13' && 'conda-forge/label/python_rc,conda-forge, ' || ''}}defaults
4343
channel-priority: true
4444
activate-environment: dev
4545

0 commit comments

Comments
 (0)