Skip to content

Conversation

@histrio
Copy link
Owner

@histrio histrio commented Sep 8, 2025

No description provided.

@histrio histrio requested a review from Copilot September 8, 2025 07:43
Copy link

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 updates the project configuration by adding maintainer information and upgrading minimum version requirements for Python and dependencies to improve security and leverage newer features.

  • Adds a dedicated maintainers field to separate maintainers from original authors
  • Upgrades minimum Python version requirement from 3.8.1 to 3.9
  • Updates minimum versions for requests and development dependencies

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

license = {text = "BSD-3-Clause"}
readme = "README.md"
requires-python = ">=3.8.1"
requires-python = ">=3.9"
Copy link

Copilot AI Sep 8, 2025

Choose a reason for hiding this comment

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

The Python version bump from 3.8.1 to 3.9 is significant and may break compatibility for users still on Python 3.8. Consider documenting this breaking change in a changelog or release notes, and verify that the codebase actually requires Python 3.9+ features to justify this requirement increase.

Suggested change
requires-python = ">=3.9"
requires-python = ">=3.8.1"

Copilot uses AI. Check for mistakes.
@histrio histrio merged commit fc11be3 into master Sep 8, 2025
10 checks passed
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