jmespath / jmespath.py

JMESPath is a query language for JSON.
http://jmespath.org
MIT License
2.19k stars 181 forks source link

Infrastructure things #313

Open dmyersturnbull opened 1 year ago

dmyersturnbull commented 1 year ago

Looking through the tests, I noticed a few things I figured I could fix. I think JMESPath is a fantastic tool/standard, and I'd like to help out by cleanup and improving CI/CD if the devs think these are useful changes. I can make most of them quite quickly.

hugovk commented 1 year ago
  • [ ] Drop past-EOL Python versions 3.6 and 3.7
  • [ ] Run pyupgrade to improve code

These are done in PR #315.