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

fix: update python constraint to support py3.13.1 #762

Merged
merged 3 commits into from
Jan 15, 2025

Conversation

chenrui333
Copy link
Contributor

pyproject.toml Outdated
@@ -78,7 +78,7 @@ mypy = "^1.1"
radon = ">=5.1,<7.0"
dunamai = "^1.15.0"
ruff = ">=0.5.1,<0.8.7"
yardstick = {git = "https://github.com/anchore/yardstick", rev = "v0.10.0"}
yardstick = {git = "https://github.com/anchore/yardstick", rev = "80b97563ff9c766e8fe24a9fcde5cfe3f1bc8719"}
Copy link
Contributor Author

Choose a reason for hiding this comment

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

currently, I am using the rev in here

@spiffcs
Copy link
Contributor

spiffcs commented Jan 15, 2025

Thanks @chenrui333 - I updated the revision to use the commit sha from the main branch since your other PR was merged. Running workflows and going to merge if 🍏. Thanks so much for the PR and chore updates on these repositories.

Signed-off-by: Christopher Phillips <[email protected]>
@spiffcs spiffcs added the run-pr-quality-gate Triggers running of quality gate on PRs label Jan 15, 2025
@spiffcs spiffcs merged commit 2831a9a into anchore:main Jan 15, 2025
23 of 24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
run-pr-quality-gate Triggers running of quality gate on PRs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants