Skip to content

Drop support for Python 3.11#378

Open
mattwthompson wants to merge 2 commits intomainfrom
no-py311
Open

Drop support for Python 3.11#378
mattwthompson wants to merge 2 commits intomainfrom
no-py311

Conversation

@mattwthompson
Copy link
Copy Markdown
Member

@mattwthompson mattwthompson commented Apr 24, 2026

Description

Closes #377

Todos

  • Update project metadata
  • Update CI configuration
  • Re-run linters

Status

  • Ready to go

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 24, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.51%. Comparing base (a182805) to head (32cc121).

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

@mattwthompson mattwthompson marked this pull request as ready for review April 24, 2026 19:03
@mattwthompson mattwthompson requested a review from j-wags as a code owner April 24, 2026 19:03
@mattwthompson mattwthompson changed the title No py311 Drop support for Python 3.11 Apr 24, 2026
Comment thread pyproject.toml
Comment on lines -31 to -49
exclude = '''

(
/(
\.eggs # exclude a few common directories in the
| \.git # root of the project
| \.hg
| \.mypy_cache
| \.tox
| \.venv
| _build
| buck-out
| build
| dist
)/
| _tests # also separately exclude a file named foo.py in
# the root of the project
)
'''
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

This setup is obsolete and unnecessarily complex https://black.readthedocs.io/en/stable/usage_and_configuration/the_basics.html#exclude

(Just using Ruff would be better, but trying to keep changes here small)

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.

Drop support for Python 3.11

1 participant