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 compatibility for Python 3.10 #1964

Merged
merged 7 commits into from
Dec 2, 2021
Merged

Add compatibility for Python 3.10 #1964

merged 7 commits into from
Dec 2, 2021

Conversation

antalszava
Copy link
Contributor

@antalszava antalszava commented Dec 1, 2021

Context:

Python 3.10 has been released early October and soon it became available with conda too:
https://anaconda.org/conda-forge/python

Description of the Change:

  • Adds the compatibility tag for Python 3.10;
  • Adds tests to be run on Python 3.10. too.

Benefits:
Python 3.10 compatibility.

Possible Drawbacks:
N/A

Related GitHub Issues:
N/A

@antalszava antalszava changed the title add compatibility for Python 3.10 and run tests Add compatibility for Python 3.10 Dec 1, 2021
@github-actions
Copy link
Contributor

github-actions bot commented Dec 1, 2021

Hello. You may have forgotten to update the changelog!
Please edit doc/releases/changelog-dev.md with:

  • A one-to-two sentence description of the change. You may include a small working example for new features.
  • A link back to this PR.
  • Your name (or GitHub username) in the contributors section.

@codecov
Copy link

codecov bot commented Dec 1, 2021

Codecov Report

Merging #1964 (7c94af4) into master (475c5e6) will increase coverage by 0.00%.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1964   +/-   ##
=======================================
  Coverage   98.81%   98.82%           
=======================================
  Files         226      226           
  Lines       17348    17399   +51     
=======================================
+ Hits        17143    17194   +51     
  Misses        205      205           
Impacted Files Coverage Δ
pennylane/vqe/vqe.py 100.00% <0.00%> (ø)
pennylane/drawer/tape_mpl.py 100.00% <0.00%> (ø)
pennylane/transforms/control.py 100.00% <0.00%> (ø)
pennylane/ops/qubit/attributes.py 100.00% <0.00%> (ø)
pennylane/optimize/shot_adaptive.py 100.00% <0.00%> (ø)
pennylane/gradients/parameter_shift.py 100.00% <0.00%> (ø)
pennylane/interfaces/batch/__init__.py 100.00% <0.00%> (ø)
pennylane/drawer/representation_resolver.py 99.37% <0.00%> (+<0.01%) ⬆️
pennylane/_qubit_device.py 98.70% <0.00%> (+<0.01%) ⬆️
pennylane/queuing.py 98.83% <0.00%> (+0.01%) ⬆️
... and 5 more

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 475c5e6...7c94af4. Read the comment docs.

Copy link
Contributor

@albi3ro albi3ro left a comment

Choose a reason for hiding this comment

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

🎉 🚀
Seems like there's a PR coming with the code factor fixes.

@antalszava antalszava merged commit 1a2de76 into master Dec 2, 2021
@antalszava antalszava deleted the python_3_10 branch December 2, 2021 18:29
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

2 participants