Skip to content

Commit b891104

Browse files
authored
Remove trailing .0 from CI Python version (#621)
1 parent 230bc01 commit b891104

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 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.0"]
15+
python-version: ["3.10", "3.11", "3.12", "3.13"]
1616
# macos-12 is an intel runner, macos-14 is a arm64 runner
1717
platform: [ubuntu-latest, windows-latest, macos-12, macos-14]
1818

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

0 commit comments

Comments
 (0)