Skip to content

Commit 6ddb41c

Browse files
dstansbyjakirkham
andauthored
Update Python 3.13.0 to release version
Co-authored-by: jakirkham <[email protected]>
1 parent 2296190 commit 6ddb41c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
python-version: ["3.10", "3.11", "3.12", "3.13.0rc2"]
15+
python-version: ["3.10", "3.11", "3.12", "3.13.0"]
1616
# macos-12 is an intel runner, macos-14 is a arm64 runner
1717
platform: [ubuntu-latest, windows-latest, macos-12, macos-14]
1818

@@ -25,7 +25,7 @@ jobs:
2525
- name: Set up Conda
2626
uses: conda-incubator/[email protected]
2727
with:
28-
channels: conda-forge, conda-forge/label/python_rc
28+
channels: conda-forge
2929
miniforge-version: latest
3030
python-version: ${{ matrix.python-version }}
3131

@@ -64,7 +64,7 @@ jobs:
6464
python -m pip install -v -e .[test,test_extras,msgpack]
6565
6666
- name: Install pcodec
67-
if: matrix.python-version != '3.13.0rc2'
67+
if: matrix.python-version != '3.13.0'
6868
shell: "bash -l {0}"
6969
run: |
7070
conda activate env

0 commit comments

Comments
 (0)