ionelmc / python-lazy-object-proxy

A fast and thorough lazy object proxy.
BSD 2-Clause "Simplified" License
247 stars 36 forks source link

Can we get 3.10 wheels? #60

Closed matthewdeanmartin closed 2 years ago

matthewdeanmartin commented 2 years ago

Their absence creates subtle python 3.10 incompatibilities with tools like pylint.

pipenv install --python=3.10 --skip-lock
pipenv shell
# mitigate supply chain risk by using --only-binary
pip install pylint --only-binary=:all:

fails because python-lazy-object-proxy lacks 3.10 wheels

Thanks for maintaining the project!

ionelmc commented 2 years ago

It's on my todo list, but it's gonna take few days to switch to github actions as travis has effectively killed opensource support. I'll also have to drop 2.7 support - so far I've found out it's near impossible to build 2.7 on gha.

matthewdeanmartin commented 2 years ago

We'll be patient! Good riddance to 2.7! Almost makes me want to go around asking projects to yank their 2.7 wheels, ha!

ionelmc commented 2 years ago

Won't yank anything lol, I don't do that kind of nasty :)) There will be a new LOP release.

ionelmc commented 2 years ago

Released 1.7.0.