Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Update min python version to 3.11#250

Merged
vitenti merged 2 commits into
masterfrom
update_min_python
May 14, 2026
Merged

Update min python version to 3.11#250
vitenti merged 2 commits into
masterfrom
update_min_python

Conversation

@vitenti

@vitenti vitenti commented May 14, 2026

Copy link
Copy Markdown
Contributor

No description provided.

@vitenti vitenti requested a review from Copilot May 14, 2026 21:33
@codecov

codecov Bot commented May 14, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 77.54%. Comparing base (6412f1e) to head (a824981).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #250      +/-   ##
==========================================
+ Coverage   77.46%   77.54%   +0.08%     
==========================================
  Files         664      664              
  Lines      110764   110764              
==========================================
+ Hits        85805    85895      +90     
+ Misses      24959    24869      -90     

☔ 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.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Bumps the minimum supported Python version from 3.9 to 3.11 across build config, packaging metadata, documentation, and tooling. Also includes a small modernization of a test fixture to use pathlib.Path.

Changes:

  • Update requires-python and trove classifiers in pyproject.toml; pin mypy to Python 3.11; add a Meson guard error if Python < 3.11.
  • Update install/example docs to state Python ≥ 3.11.
  • Migrate temp_db_path fixture and related test annotations from str to pathlib.Path in test_cluster_richness.py.

Reviewed changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.

Show a summary per file
File Description
pyproject.toml Drop 3.9/3.10 classifiers and bump requires-python to >=3.11.
meson.build Add a hard error when configuring with Python < 3.11.
.mypy.ini Set python_version = 3.11 for type checking.
docs/install.qmd Update install docs to require Python ≥ 3.11.
examples/README Update example README to require Python ≥ 3.11.
tests/python/observables/test_cluster_richness.py Switch temp_db_path fixture to yield a Path and update test annotations.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@vitenti vitenti merged commit 583eeb2 into master May 14, 2026
30 of 33 checks passed
@vitenti vitenti deleted the update_min_python branch May 14, 2026 22:20
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