Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for python 3.9 #208

Closed
wants to merge 1 commit into from
Closed

Conversation

michael-k
Copy link
Contributor

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

@michael-k michael-k force-pushed the python3.9 branch 2 times, most recently from 494e9f2 to b6261db Compare September 22, 2020 08:42
@codecov-commenter
Copy link

codecov-commenter commented Sep 22, 2020

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%) ⬇️
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
Copy link
Contributor Author

michael-k commented Oct 6, 2020

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

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

.travis.yml Outdated Show resolved Hide resolved
@codecov-io
Copy link

codecov-io commented Nov 10, 2020

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%) ⬇️
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 added a commit that referenced this pull request Jan 19, 2022
PR #208.

* python3.9:
  Add support for python 3.9
@jamesls
Copy link
Member

jamesls commented Jan 19, 2022

Merged in e1668fd

@jamesls jamesls closed this Jan 19, 2022
@michael-k michael-k deleted the python3.9 branch January 21, 2022 15:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants