-
Notifications
You must be signed in to change notification settings - Fork 342
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
feat: Drop support for Python 3.8, update dependencies #1782
Merged
Merged
Changes from all commits
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
f156954
update tests, syrupy snapshots
MarquessV 95c7009
save progress
MarquessV b0e62bc
automated replace of typing imports
MarquessV 360ca18
automated replace of typing imports
MarquessV f272c2d
fix inverted conditions
MarquessV 6e9e42e
ruff fixes
MarquessV aadeda7
checkpoint more lints and removal of Python 3.8 patterns.
MarquessV e8edc4a
more fixes
MarquessV 2bcd05c
less than 100 to go
MarquessV 2a54cb8
finally, the rest of the lints
MarquessV 3f43ad6
replace recommonmark with myst-parser
MarquessV cadcd18
replace black with ruff
MarquessV 6d777c3
update CONTRIBUTING
MarquessV be51189
fix typing issue
MarquessV f41f27b
remove nest-asyncio
MarquessV 0b42d97
doc fixes
MarquessV 21e7083
remove flake8 from lockfile
MarquessV 6bab44d
update CI to use 3.9
MarquessV 8194817
another mypy issue
MarquessV 5817fe1
ruff format
MarquessV ff11779
update dockerfiles
MarquessV d56f6bc
fix typos in CONTRIBUTING.md
MarquessV 23ccd60
Add values to error message
MarquessV 020a293
add more info to error message
MarquessV 65c2c9e
Update pyquil/latex/_diagram.py
MarquessV b0aad91
Update pyquil/wavefunction.py
MarquessV 03dd6e5
Update pyquil/latex/_diagram.py
MarquessV ddaa6a0
better error handling for apidoc
MarquessV 18c05d5
fix more mypy stuff
MarquessV ded1730
remove unsed type: ignore
MarquessV c42e197
fix doc conflicts
MarquessV efc6c3d
nevermind, that breaks links
MarquessV f30ab79
deprecated is not only a dev dep
MarquessV 380e16c
fix min version check
MarquessV 604a135
clarify error message
MarquessV 8292742
that is a change for another day
MarquessV e07f181
add more info to error
MarquessV 561b015
add security check to CI
MarquessV 5d88996
specify container
MarquessV 47fba33
osv-scanner is installed via go
MarquessV 50983ad
fixes
MarquessV e531035
fix path?
MarquessV bebdf2e
checkout repo
MarquessV d4f26b1
update pkgs w/ vulnerabilities
MarquessV 1dfe82e
relax python version constraint
MarquessV 880f061
python < 3.14
MarquessV 6b59167
add 3.13 to tested versions
MarquessV d21a837
have to specify beta version
MarquessV 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 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 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 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 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 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 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 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 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 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.
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.
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.
recommonmark is no longer maintained,
myst_parser
is the recommended alternative.