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

Update CI to add 3.12 and change yapf check to use 3.8 #972

Merged
merged 5 commits into from
Jul 4, 2023

Conversation

sgillies
Copy link
Contributor

@sgillies sgillies commented Jul 4, 2023

Yapf 0.40.1 has different behavior for Python versions 3.7 and 3.8. Since 3.7 is EOL, we'll make 3.8 the new baseline.

@sgillies sgillies added this to the 2.1.0 milestone Jul 4, 2023
@sgillies sgillies self-assigned this Jul 4, 2023
'examples/',
'-v',
'-Werror',
'-Wignore::DeprecationWarning:tqdm.std',
Copy link
Contributor Author

Choose a reason for hiding this comment

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

tqdm is using a datetime method that is deprecated in Python 3.12.

@sgillies sgillies merged commit 91f0ba3 into main Jul 4, 2023
9 checks passed
@sgillies sgillies deleted the ci-add-three-twelve branch July 4, 2023 21:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant