Skip to content

Commit

Permalink
docs: add aarch64 to the readme as produced wheels (#62)
Browse files Browse the repository at this point in the history
* docs: add aarch64 to the readme as produced wheels

* chore: fail-fast set to false

* docs: add badges to README
  • Loading branch information
crwilcox committed Jan 20, 2021
1 parent 6387658 commit 4ef317d
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 21 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/presubmit.yml
Expand Up @@ -60,6 +60,10 @@ jobs:
strategy:
matrix:
python: [3.6, 3.7, 3.8, 3.9, 3.10-dev]
# It is possible 3.10-dev will fail when the other versions are green.
# Turn off fast fail so if 3.10 fails the other required versions have
# the opportunity to pass.
fail-fast: false
steps:
- uses: actions/checkout@v2
- name: Set up Python
Expand Down Expand Up @@ -92,6 +96,10 @@ jobs:
strategy:
matrix:
python: [3.6, 3.7, 3.8, 3.9, 3.10-dev]
# It is possible 3.10-dev will fail when the other versions are green.
# Turn off fast fail so if 3.10 fails the other required versions have
# the opportunity to pass.
fail-fast: false
steps:
- uses: actions/checkout@v2
- name: Add msbuild to PATH
Expand Down
50 changes: 29 additions & 21 deletions README.md
@@ -1,4 +1,5 @@
# `google-crc32c`
![GA](https://img.shields.io/badge/support-GA-gold.svg) [<img src="https://img.shields.io/pypi/v/google-crc32c.svg">](https://pypi.org/project/google-crc32c) ![Python Versions](https://img.shields.io/pypi/pyversions/google-crc32c)

This package wraps the [`google/crc32c`](https://github.com/google/crc32c)
hardware-based implementation of the CRC32C hashing algorithm. Multiple wheels
Expand All @@ -12,34 +13,41 @@ Wheels are currently published for Python 3.6, 3.7, 3.8, 3.9 for multiple
architectures. For information on building your own, please view [BUILDING.md](BUILDING.md).

## Linux
Wheels are published for `manylinux1` and `manylinux2010` for `x86_64` architectures.
Wheels are published for `manylinux1`, `manylinux2010`, `manylinux2014` for
`x86_64`, `aarch64` architectures.

- google_crc32c-1.1.0-cp36-cp36m-manylinux1_x86_64.whl
- google_crc32c-1.1.0-cp36-cp36m-manylinux2010_x86_64.whl
- google_crc32c-1.1.0-cp37-cp37m-manylinux1_x86_64.whl
- google_crc32c-1.1.0-cp37-cp37m-manylinux2010_x86_64.whl
- google_crc32c-1.1.0-cp38-cp38-manylinux1_x86_64.whl
- google_crc32c-1.1.0-cp38-cp38-manylinux2010_x86_64.whl
- google_crc32c-1.1.0-cp39-cp39-manylinux1_x86_64.whl
- google_crc32c-1.1.0-cp39-cp39-manylinux2010_x86_64.whl
- google_crc32c-1.1.1-cp36-cp36m-manylinux1_x86_64.whl
- google_crc32c-1.1.1-cp37-cp37m-manylinux1_x86_64.whl
- google_crc32c-1.1.1-cp38-cp38-manylinux1_x86_64.whl
- google_crc32c-1.1.1-cp39-cp39-manylinux1_x86_64.whl

- google_crc32c-1.1.1-cp36-cp36m-manylinux2010_x86_64.whl
- google_crc32c-1.1.1-cp37-cp37m-manylinux2010_x86_64.whl
- google_crc32c-1.1.1-cp38-cp38-manylinux2010_x86_64.whl
- google_crc32c-1.1.1-cp39-cp39-manylinux2010_x86_64.whl

- google_crc32c-1.1.1-cp36-cp36-manylinux2014_aarch64.whl
- google_crc32c-1.1.1-cp37-cp37-manylinux2014_aarch64.whl
- google_crc32c-1.1.1-cp38-cp38-manylinux2014_aarch64.whl
- google_crc32c-1.1.1-cp39-cp39-manylinux2014_aarch64.whl

## Mac OS
Wheels are published for `x86_64` architectures

- google_crc32c-1.1.0-cp36-cp36m-macosx_10_14_x86_64.whl
- google_crc32c-1.1.0-cp37-cp37m-macosx_10_14_x86_64.whl
- google_crc32c-1.1.0-cp38-cp38-macosx_10_14_x86_64.whl
- google_crc32c-1.1.0-cp39-cp39-macosx_10_14_x86_64.whl
- google_crc32c-1.1.1-cp36-cp36m-macosx_10_14_x86_64.whl
- google_crc32c-1.1.1-cp37-cp37m-macosx_10_14_x86_64.whl
- google_crc32c-1.1.1-cp38-cp38-macosx_10_14_x86_64.whl
- google_crc32c-1.1.1-cp39-cp39-macosx_10_14_x86_64.whl

## Windows
Wheels are published for `win32` and `win_amd64` architectures.

- google_crc32c-1.1.0-cp36-cp36m-win32.whl
- google_crc32c-1.1.0-cp36-cp36m-win_amd64.whl
- google_crc32c-1.1.0-cp37-cp37m-win32.whl
- google_crc32c-1.1.0-cp37-cp37m-win_amd64.whl
- google_crc32c-1.1.0-cp38-cp38-win32.whl
- google_crc32c-1.1.0-cp38-cp38-win_amd64.whl
- google_crc32c-1.1.0-cp39-cp39-win32.whl
- google_crc32c-1.1.0-cp39-cp39-win_amd64.whl
- google_crc32c-1.1.1-cp36-cp36m-win32.whl
- google_crc32c-1.1.1-cp37-cp37m-win32.whl
- google_crc32c-1.1.1-cp38-cp38-win32.whl
- google_crc32c-1.1.1-cp39-cp39-win32.whl

- google_crc32c-1.1.1-cp36-cp36m-win_amd64.whl
- google_crc32c-1.1.1-cp37-cp37m-win_amd64.whl
- google_crc32c-1.1.1-cp38-cp38-win_amd64.whl
- google_crc32c-1.1.1-cp39-cp39-win_amd64.whl

0 comments on commit 4ef317d

Please sign in to comment.