Skip to content

Update the minimum version of Python to 3.10#8

Merged
jacinda merged 1 commit into
masterfrom
jacinda/upgrade_python
May 27, 2026
Merged

Update the minimum version of Python to 3.10#8
jacinda merged 1 commit into
masterfrom
jacinda/upgrade_python

Conversation

@jacinda

@jacinda jacinda commented May 27, 2026

Copy link
Copy Markdown

Update the minimum version of Python to 3.10 so that dependabot can produce a PR to update black and requests to address known security vulnerabilities. The updated versions of black and requests require at least Python 3.10 so dependency resolution was failing.

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

This PR raises the project’s declared minimum Python version to 3.10 to unblock dependency resolution for newer development tooling, particularly black.

Changes:

  • Updates pyproject.toml to require Python >= 3.10.
  • Regenerates poetry.lock for the new Python constraint, removing older-version-only transitive dependencies and updating markers.

Reviewed changes

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

File Description
pyproject.toml Updates the project Python requirement to 3.10+.
poetry.lock Refreshes locked metadata and dependency markers for the new Python floor.

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

Comment thread pyproject.toml
@jacinda jacinda merged commit 497b6c7 into master May 27, 2026
1 check 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.

2 participants