Skip to content

Conversation

@ulgens
Copy link
Owner

@ulgens ulgens commented Jan 17, 2026

It's redundant when pyproject.toml's requires-python is in place.

If you're already using a pyproject.toml file, we recommend project.requires-python instead, as it's based on Python packaging standards, and will be respected by other tools. For example, Ruff treats the following as identical to target-version = "py38":

[project]
requires-python = ">=3.8"

https://docs.astral.sh/ruff/settings/#target-version

It's redundant when pyproject.toml's requires-python is in place.

> If you're already using a pyproject.toml file, we recommend project.requires-python instead, as it's based on Python packaging standards, and will be respected by other tools. For example, Ruff treats the following as identical to target-version = "py38":
>
> [project]
> requires-python = ">=3.8"

https://docs.astral.sh/ruff/settings/#target-version
@ulgens ulgens enabled auto-merge (rebase) January 17, 2026 20:54
@ulgens ulgens merged commit 9324394 into main Jan 17, 2026
2 checks passed
@ulgens ulgens deleted the update-ruff-target-version branch January 17, 2026 20:55
@codecov
Copy link

codecov bot commented Jan 17, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 68.70%. Comparing base (d431921) to head (86f0fe8).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #907   +/-   ##
=======================================
  Coverage   68.70%   68.70%           
=======================================
  Files          45       45           
  Lines         620      620           
=======================================
  Hits          426      426           
  Misses        194      194           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

2 participants