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

Provide support for Python 3.9 #123

Merged
merged 3 commits into from
Jul 3, 2021
Merged

Conversation

lazyoracle
Copy link
Member

What

This PR introduces tested support for Python 3.9

Why

Closes #122

How

We now test for Python 3.9 support on all 3 platforms in our CI. The same is also updated in the pypi package metadata to indicate Python 3.9 support during pip installs. This will be available immediately in the nightly release and become part of stable during the 1.3 minor release.

@lazyoracle lazyoracle self-assigned this Jul 3, 2021
@lazyoracle lazyoracle added this to the 1.3 milestone Jul 3, 2021
@codecov
Copy link

codecov bot commented Jul 3, 2021

Codecov Report

Merging #123 (297d3ac) into dev (f20f566) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##              dev     #123   +/-   ##
=======================================
  Coverage   65.28%   65.28%           
=======================================
  Files          36       36           
  Lines        5292     5292           
=======================================
  Hits         3455     3455           
  Misses       1837     1837           

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 f20f566...297d3ac. Read the comment docs.

@pull-request-size pull-request-size bot added size/S and removed size/XS labels Jul 3, 2021
@lazyoracle lazyoracle marked this pull request as ready for review July 3, 2021 15:54
@lazyoracle lazyoracle merged commit 4a5ec86 into q-optimize:dev Jul 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for Python 3.9
1 participant