jmespath / jmespath.py

JMESPath is a query language for JSON.

Home Page:http://jmespath.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Officially support Python 3.8, 3.9, 3.10 on PyPI

uri-rodberg opened this issue · comments

PyPi only lists support of jmespath to Python <= 3.7. I would like to see jmespath officially supporting newer versions - Python 3.8, 3.9, 3.10.

From my testing, jmespath==0.10.0 works with Python 3.8, 3.9, 3.10.

Please see PR #266.

Hi @uri-rodberg, 1.0 was released to PyPI today adding classifiers for 3.8 and 3.9. Unfortunately, #266 was missed prior to release but it will be added with the next release.