Skip to content

Commit

Permalink
Added information about PyPy support
Browse files Browse the repository at this point in the history
  • Loading branch information
roma-glushko committed Nov 26, 2023
1 parent 0f9bcee commit 2ebff7c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,19 @@ poetry add notifykit
pdm add notifykit
```

notifykit is available for Python 3.8 - 3.12 on the following platforms:
notifykit is available for:

CPython 3.8-3.12 on the following platforms:

- **Linux**: x86_64, aarch64, x86, armv7, s390x, ppc64le, musl-x86_64, musl-aarch64
- **MacOS**: x86_64 & arm64
- **Windows**: x64 & x86

PyPY 3.8-3.10 on the following platforms:

- **Linux**: x86_64 & aarch64
- **MacOS**: x86_64

## Features

- Simple Modern Pythonic API, both sync and async
Expand Down

0 comments on commit 2ebff7c

Please sign in to comment.