Skip to content

Added support for Python 3.9 #846

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

Merged
merged 2 commits into from
Oct 24, 2020
Merged

Conversation

sliverc
Copy link
Member

@sliverc sliverc commented Oct 23, 2020

Fixes #841

Description of the Change

Added support for Python 3.9

Checklist

  • PR only contains one change (considered splitting up PR)
  • unit-test added
  • documentation updated
  • CHANGELOG.md updated (only for user relevant changes)
  • author name in AUTHORS

@sliverc sliverc requested a review from n2ygk October 23, 2020 13:46
@sliverc sliverc mentioned this pull request Oct 23, 2020
5 tasks
Copy link
Contributor

@n2ygk n2ygk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like python 3.9 is still not available for Travis. Perhaps try 3.9-dev? Or just wait bit until Travis catches up? 3.9.0 was released Oct 5 so not sure how much longer it's going to take.

This exists: https://storage.googleapis.com/travis-ci-language-archives/python/binaries/ubuntu/16.04/x86_64/python-3.9-dev.tar.bz2

@codecov
Copy link

codecov bot commented Oct 24, 2020

Codecov Report

Merging #846 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #846   +/-   ##
=======================================
  Coverage   97.77%   97.77%           
=======================================
  Files          58       58           
  Lines        3104     3104           
=======================================
  Hits         3035     3035           
  Misses         69       69           

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 f59bb0d...1d4f3e4. Read the comment docs.

@n2ygk n2ygk merged commit b192cb0 into django-json-api:master Oct 24, 2020
@sliverc sliverc deleted the python_3_9 branch October 24, 2020 18:51
@n2ygk
Copy link
Contributor

n2ygk commented Oct 24, 2020

@sliverc We can circle back later when Travis catches up and switch it back from 3.9-dev to 3.9.

@sliverc sliverc mentioned this pull request Oct 22, 2021
2 tasks
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.

Add support for Python 3.9
2 participants