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

setup: Set requires-python in pyproject.toml #1813

Merged
merged 3 commits into from
Dec 29, 2023

Conversation

achimnol
Copy link
Member

@achimnol achimnol commented Dec 29, 2023

This ensures that Ruff treats the Python source files to use the specific Python version (by default, it assumes Python 3.8). For instance, it treats graphlib (added in Python 3.9) as one of the standard library when sorting imports.

Checklist: (if applicable)

  • Milestone metadata specifying the target backport version

- This ensures that Ruff treats the Python source files to use the
  specific Python version.  For instance, it treats `graphlib` (added in
  Python 3.9) as one of the standard library when sorting imports.
@achimnol achimnol added this to the 23.09 milestone Dec 29, 2023
@achimnol achimnol added area:infrastructure Infrastructure-related issues type:maintenance Maintenance issue. labels Dec 29, 2023
@achimnol achimnol self-assigned this Dec 29, 2023
@github-actions github-actions bot added the size:XS ~10 LoC label Dec 29, 2023
@achimnol achimnol added the skip:changelog Make the action workflow to skip towncrier check label Dec 29, 2023
@achimnol achimnol enabled auto-merge December 29, 2023 02:46
@achimnol achimnol added this pull request to the merge queue Dec 29, 2023
@achimnol achimnol removed this pull request from the merge queue due to a manual request Dec 29, 2023
@achimnol achimnol enabled auto-merge December 29, 2023 02:50
@github-actions github-actions bot added the comp:client Related to Client component label Dec 29, 2023
@achimnol achimnol added this pull request to the merge queue Dec 29, 2023
Merged via the queue into main with commit 4a19001 Dec 29, 2023
25 checks passed
@achimnol achimnol deleted the repo/set-python-version-in-pyproject.toml branch December 29, 2023 02:55
achimnol added a commit that referenced this pull request Dec 29, 2023
Backported-from: main
Backported-to: 23.09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:infrastructure Infrastructure-related issues comp:client Related to Client component size:XS ~10 LoC skip:changelog Make the action workflow to skip towncrier check type:maintenance Maintenance issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant