-
Notifications
You must be signed in to change notification settings - Fork 18
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
Pin to PennyLane 0.16 #65
Conversation
antalszava
commented
Jun 16, 2021
•
edited
Loading
edited
- Pins to the to be released v0.16.0 of PennyLane (checks were run well from latest PennyLane in Incrementing the version number to 0.16.0 #64)
- Updates the correct Python versions
"Programming Language :: Python :: 3.7", | ||
"Programming Language :: Python :: 3.8", | ||
"Programming Language :: Python :: 3.9", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rmoyard this adds the Python 3.9 support tag
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
@@ -10,7 +10,7 @@ jobs: | |||
runs-on: ubuntu-latest | |||
strategy: | |||
matrix: | |||
python-version: [3.7, 3.8] | |||
python-version: [3.7, 3.8, 3.9] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rmoyard this adds the Python 3.9 test run
Codecov Report
@@ Coverage Diff @@
## master #65 +/- ##
=======================================
Coverage 99.14% 99.14%
=======================================
Files 8 8
Lines 349 349
=======================================
Hits 346 346
Misses 3 3 Continue to review full report at Codecov.
|