jmespath / jmespath.py

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

Add support for python 3.9 #208

Closed michael-k closed 2 years ago

michael-k commented 4 years ago

3.9.0 final is expected on Monday, 2020-10-05, see https://www.python.org/dev/peps/pep-0596/#schedule

codecov-commenter commented 4 years ago

Codecov Report

Merging #208 into develop will decrease coverage by 1.21%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #208      +/-   ##
===========================================
- Coverage    98.13%   96.91%   -1.22%     
===========================================
  Files           14       15       +1     
  Lines         1498     1523      +25     
===========================================
+ Hits          1470     1476       +6     
- Misses          28       47      +19     
Impacted Files Coverage Δ
jmespath/__init__.py 83.33% <0.00%> (-16.67%) :arrow_down:
tests/__init__.py 32.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 599b0f7...6d308eb. Read the comment docs.

michael-k commented 4 years ago

Python 3.9 (stable) is now available for GitHub Actions. I've updated the PR accordingly. :)

(It's not yet available on Travis CI.)

codecov-io commented 3 years ago

Codecov Report

Merging #208 (f66c21a) into develop (599b0f7) will decrease coverage by 1.21%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #208      +/-   ##
===========================================
- Coverage    98.13%   96.91%   -1.22%     
===========================================
  Files           14       15       +1     
  Lines         1498     1523      +25     
===========================================
+ Hits          1470     1476       +6     
- Misses          28       47      +19     
Impacted Files Coverage Δ
jmespath/__init__.py 83.33% <0.00%> (-16.67%) :arrow_down:
tests/__init__.py 32.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 599b0f7...f66c21a. Read the comment docs.

jamesls commented 2 years ago

Merged in e1668fd