-
Notifications
You must be signed in to change notification settings - Fork 99
chore: librarian release pull request: 20251118T221423Z #1458
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
Closed
Closed
Changes from 1 commit
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
cc633ee
chore: onboard to librarian
ohmayr c0b2ba3
add setup file
ohmayr 58244e1
update blacken
ohmayr 97f48f4
revert system test version to 3.12
ohmayr f1c559e
wip
ohmayr f5bb5b0
wip
ohmayr 8fac832
wip
ohmayr 27df1a4
wip
ohmayr 1047741
wip
ohmayr 4ad99dc
wip
ohmayr 125179a
wip
ohmayr 8201304
wip
ohmayr 5f89e33
wip
ohmayr c916a92
wip
ohmayr 5adda80
wip
ohmayr dc42efc
wip
ohmayr 7fc2948
wip
ohmayr 6658906
wip
ohmayr 5c60088
wip
ohmayr b45b0a2
wip
ohmayr a53781a
wip
ohmayr e808405
wip
ohmayr 6b27075
wip
ohmayr 5e33afb
wip
ohmayr e98a4b7
wip
ohmayr b1d2427
update sha
ohmayr 2a44764
update sha
ohmayr 5919f3c
wip
ohmayr 22c7cfa
wip
ohmayr 7ed3697
wip
ohmayr d39305e
wip
ohmayr e730ecc
wip
ohmayr c5a37fc
wip
ohmayr dc17924
wip
ohmayr ea2fb81
generated changes
ohmayr 5e14343
update sha
ohmayr 3623604
remove files
ohmayr 594ccfe
update python version for lint
ohmayr 4b3bc2c
revert setup file to main
ohmayr 907ed25
reorder apis
ohmayr 5e8d17b
fix docs
ohmayr 41e701c
address failure
ohmayr 69fccf7
rename owlbot.py to librarian.py
ohmayr 6f8a89b
rename file
ohmayr 97d7374
chore: create a release
ohmayr 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
wip
- Loading branch information
commit dc179243a4f010fbd5f3bae6ab6a9922836e6709
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
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.
The regex
^testing/constraints-3.1seems to contain a typo. Given the other constraint files and supported Python versions (e.g., 3.9, 3.10, 3.11, 3.12), this was likely intended to target a more recent Python 3 version, such as3.10. Please correct this to ensure the correct old constraint files are removed.- ^testing/constraints-3.10