doloopwhile / pyjq

A Python binding for ./jq
MIT License
196 stars 30 forks source link

feat: add support for python 3.10 #72

Closed PrettyWood closed 2 years ago

PrettyWood commented 2 years ago

Hi and thank you for this great library! This PR simply adds support for python 3.10

closes #70

SeattleChris commented 2 years ago

I do not think this works for arm64-apple processors. I attempted to install the branch from @PrettyWood on my Macbook Pro with an M1 pro processor.

I was unable to build a wheel due to an Invalid configuration arm64-apple-darwin21.4.0.

robertpro commented 2 years ago

I tried to install @PrettyWood branch and it worked for me.

Python version: 3.10.5 OS: Fedora 35 pip version 22.1.2

doloopwhile commented 2 years ago

Python 3.10 support is merged in https://github.com/doloopwhile/pyjq/pull/71

I will merge fixing style issue in your pr in another pr. Thanks.