Skip to content

Commit

Permalink
Lets try arm
Browse files Browse the repository at this point in the history
  • Loading branch information
achaikou committed Oct 27, 2023
1 parent 34cc73a commit 2cf9fd5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
arch: i686
- os: macos-11
arch: x86_64
# - os: macos-13-xlarge
# arch: arm64

steps:
- name: Disable autocrlf
Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@ pip install dlisio
```


| | macOS Intel | Windows 64bit | Windows 32bit | manylinux x86_64 | manylinux aarch64 | manylinux i686 | musllinux x86_64
|---------------|----|-----|-----|----|----|----|----|
| CPython 3.7 ||||||||
| CPython 3.8 ||||||||
| CPython 3.9 ||||||||
| CPython 3.10 ||||||||
| CPython 3.11 ||||||||
| CPython 3.12 ||||||||
| | macOS Intel | macOS ARM | Windows 64bit | Windows 32bit | manylinux x86_64 | manylinux aarch64 | manylinux i686 | musllinux x86_64
|---------------|----|-----|-----|----|----|----|----|----|
| CPython 3.7 |||||||||
| CPython 3.8 |||||||||
| CPython 3.9 |||||||||
| CPython 3.10 |||||||||
| CPython 3.11 |||||||||
| CPython 3.12 |||||||||

See [Build dlisio](#Build-dlisio) for building dlisio from source.

Expand Down

0 comments on commit 2cf9fd5

Please sign in to comment.