Skip to content

fix: align Python version classifiers#71

Merged
dcfocus merged 1 commit into
lance-format:mainfrom
dcfocus:codex/upstream-issue-scan-20260611
Jun 12, 2026
Merged

fix: align Python version classifiers#71
dcfocus merged 1 commit into
lance-format:mainfrom
dcfocus:codex/upstream-issue-scan-20260611

Conversation

@dcfocus

@dcfocus dcfocus commented Jun 11, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Remove Python 3.9 and 3.10 classifiers because requires-python is >=3.11,<3.14.
  • Add the Python 3.13 classifier.
  • Extend packaging metadata tests to guard supported-version classifier drift.

Closes #70

Testing

  • uv lock --check
  • uv run --project python --extra dev ruff format --check python/tests/test_packaging_metadata.py python/pyproject.toml
  • uv run --project python --extra dev ruff check python/tests/test_packaging_metadata.py
  • uv run --project python --extra tests pytest python/tests/test_packaging_metadata.py -q
  • cd python && uv run --extra dev pyright
  • git diff --check

@dcfocus dcfocus merged commit 13e860d into lance-format:main Jun 12, 2026
5 checks passed
@dcfocus dcfocus mentioned this pull request Jun 12, 2026
25 tasks
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.

Align Python version classifiers with requires-python

1 participant