We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 230bc01 commit b891104Copy full SHA for b891104
.github/workflows/ci.yaml
@@ -12,7 +12,7 @@ jobs:
12
strategy:
13
fail-fast: false
14
matrix:
15
- python-version: ["3.10", "3.11", "3.12", "3.13.0"]
+ python-version: ["3.10", "3.11", "3.12", "3.13"]
16
# macos-12 is an intel runner, macos-14 is a arm64 runner
17
platform: [ubuntu-latest, windows-latest, macos-12, macos-14]
18
@@ -64,7 +64,7 @@ jobs:
64
python -m pip install -v -e .[test,test_extras,msgpack,crc32c]
65
66
- name: Install pcodec
67
- if: matrix.python-version != '3.13.0'
+ if: matrix.python-version != '3.13'
68
shell: "bash -l {0}"
69
run: |
70
conda activate env
0 commit comments