Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support more wheels for other Python version (3.10, 3.11) #220

Closed
kevinvalk opened this issue Mar 21, 2023 · 2 comments
Closed

Support more wheels for other Python version (3.10, 3.11) #220

kevinvalk opened this issue Mar 21, 2023 · 2 comments
Labels

Comments

@kevinvalk
Copy link

Description

Building watchfiles takes significant time and currently we "only" have prebuilds for Python 3.7 - 3.9 (https://pypi.org/project/watchfiles/#files).

It would be awesome to have prebuilds for 3.10 and 3.11 as well!

Example Code

No response

Watchfiles Output

No response

Operating System & Architecture

Linux-5.15.49-linuxkit-aarch64-with-glibc2.31
#1 SMP PREEMPT Tue Sep 13 07:51:32 UTC 2022

Environment

docker base image buildpack-deps:bullseye with the Python binaries linked in from python:3.11-slim-bullseye. Watchfiles is managed by poetry.

Python & Watchfiles Version

python: 3.11.2 (main, Mar 17 2023, 02:44:29) [GCC 10.2.1 20210110], watchfiles: 0.18.1

Rust & Cargo Version

No response

@kevinvalk kevinvalk added the bug label Mar 21, 2023
@samuelcolvin
Copy link
Owner

Look more closely as the list of binaries, we have version specific binaries for pypy3.7-3.9 - all supported versions of pypy.

For cpython we have abi3 binaries that work for all versions of python 3.7+.

Have you tried installing with pip? If so, do you get a binary?

@kevinvalk
Copy link
Author

You are totally right! Sorry about raising an issue and causing noise.

Got a binary, even on MacBook M1 🥇

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants