-
Notifications
You must be signed in to change notification settings - Fork 707
chore: drop support for Python 3.10 and add support for Python 3.13 #7935
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
Changes from all commits
Commits
Show all changes
60 commits
Select commit
Hold shift + click to select a range
3d0133e
initial attempt
andrijapau 522920f
update pylint version to one with 3.11 support
andrijapau 4c99bd5
try pylint 3.0
andrijapau c0a10b3
update more github workflow stuff
andrijapau 47ca6be
Merge branch 'master' into drop-python-310-support
andrijapau 2710762
Merge branch 'master' into drop-python-310-support
andrijapau 7510759
upgrade kahypar
andrijapau 9ccaf6b
Merge branch 'master' into drop-python-310-support
albi3ro 4b00427
Update doc/releases/changelog-dev.md
andrijapau 6810353
use latest black pylint and isort
andrijapau 985fa08
Trigger CI
andrijapau d59b017
fix pylint errors
andrijapau 1208769
fix pylint complaints in codebase
andrijapau 64319d5
fix tests codebase for pylint
andrijapau 313ca24
fix stim
andrijapau 99c2a7b
fix dir
andrijapau 86440d5
fix test_default_qubit_preprocessing
andrijapau 7e57bb7
Merge branch 'master' into drop-python-310-support
andrijapau 28c979e
Update doc/releases/changelog-dev.md
andrijapau 2f2a82b
xfail the qchem tests
andrijapau b280d8c
Merge branch 'master' into drop-python-310-support
andrijapau e01b93a
Apply suggestions from code review
andrijapau 0ec3cca
Update tests/qchem/openfermion_pyscf_tests/test_molecular_hamiltonian.py
andrijapau 33a3510
Update tests/qchem/openfermion_pyscf_tests/test_molecular_dipole.py
andrijapau b363f65
Update tests/optimize/test_qng_qjit.py
andrijapau 9d5e229
Merge branch 'master' into drop-python-310-support
andrijapau 64537ee
Merge branch 'master' into drop-python-310-support
andrijapau 11e5225
Trigger CI
andrijapau 076c5ca
Update .github/workflows/interface-unit-tests.yml
andrijapau 13d4eab
bump torch version
andrijapau f0eebb1
Merge branch 'drop-python-310-support' of github.com:PennyLaneAI/penn…
andrijapau 306626a
Merge branch 'master' into drop-python-310-support
andrijapau b91a962
remove recwarn
andrijapau 1fa68f1
pin pylint / isort
andrijapau 283d4d3
fix test_default_qubit.py tests
andrijapau 659a888
Merge branch 'master' into drop-python-310-support
andrijapau c88430d
update test
andrijapau 7d23c14
fix futurewarning
andrijapau fda5607
Merge branch 'master' into drop-python-310-support
andrijapau 93dca64
Trigger CI
andrijapau 555d4a3
Merge branch 'master' into drop-python-310-support
andrijapau f8c955c
bump tensorflow version
andrijapau 6a356a8
Merge branch 'master' into drop-python-310-support
andrijapau 1fc6872
bump requests version
andrijapau 1497ad1
add upgrade to tensorflow install
andrijapau 26d1852
revert github workflows scripts upload reports
andrijapau e4a29a1
Revert "add upgrade to tensorflow install"
andrijapau 64343dd
add upgrade
andrijapau 94f639c
Try out tf without upgrade
rashidnhm 40d5397
Trigger CI
rashidnhm 1a2a0e5
update requirements-dev.txt
andrijapau 99c00ce
bring back tomli
andrijapau 7ed2874
Revert "bring back tomli"
andrijapau 1546032
don't use toml use tomlkit
andrijapau 6a54050
try load_toml_file fix
andrijapau e357707
Merge branch 'master' into drop-python-310-support
andrijapau 2962232
Trigger CI
andrijapau 9f7a130
Merge branch 'master' into drop-python-310-support
andrijapau 6db125b
fix pylint
andrijapau 00e7f7a
Trigger CI
andrijapau File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -8,7 +8,7 @@ version: 2 | |
| build: | ||
| os: ubuntu-24.04 | ||
| tools: | ||
| python: "3.10" | ||
| python: "3.11" | ||
| apt_packages: | ||
| - graphviz | ||
|
|
||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.