Skip to content

Click82 #216

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

Merged
merged 4 commits into from
May 31, 2025
Merged

Click82 #216

merged 4 commits into from
May 31, 2025

Conversation

bckohan
Copy link
Member

@bckohan bckohan commented May 31, 2025

No description provided.

@Copilot Copilot AI review requested due to automatic review settings May 31, 2025 16:29
@bckohan bckohan self-assigned this May 31, 2025
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR "Click82" primarily updates versioning logic and dependency ranges while also expanding test coverage to include Python 3.14 beta. Key changes include:

  • Refactor of environment version verification to use packaging.version's parse_version.
  • Update of version numbers in init.py and pyproject.toml.
  • Adjustment of imports in shellcompletion.py and expansion of CI test matrix to include Python 3.14 beta.

Reviewed Changes

Copilot reviewed 7 out of 7 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
tests/verify_environment.py Refactored version checks using parse_version and simplified Django version comparison.
src/django_typer/management/commands/shellcompletion.py Adjusted and grouped imports with a pyright ignore for private import usage.
src/django_typer/init.py Updated version tuple from (3, 1, 1) to (3, 2, 0).
pyproject.toml Updated project version and dependency ranges for click and typer-slim.
doc/source/changelog.rst Updated changelog entries with new version and dates.
.github/workflows/test.yml Expanded CI matrix to test Python 3.14.0-beta.2 with various Django versions.
Comments suppressed due to low confidence (1)

tests/verify_environment.py:19

  • [nitpick] Consider renaming 'dj_actual' to 'actual_django_version' for improved clarity.
dj_actual = VERSION[:2]

Copy link

codecov bot commented May 31, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Files with missing lines Coverage Δ
src/django_typer/__init__.py 100.00% <100.00%> (ø)
...jango_typer/management/commands/shellcompletion.py 100.00% <100.00%> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@bckohan bckohan merged commit a76eb7a into main May 31, 2025
89 checks passed
@bckohan bckohan deleted the click82 branch May 31, 2025 16:50
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.

1 participant