Skip to content

chore: Update minimum python version#5

Merged
MicheleCattaneo merged 5 commits into
mainfrom
chore/dependencies_check
Mar 22, 2026
Merged

chore: Update minimum python version#5
MicheleCattaneo merged 5 commits into
mainfrom
chore/dependencies_check

Conversation

@MicheleCattaneo

@MicheleCattaneo MicheleCattaneo commented Mar 21, 2026

Copy link
Copy Markdown
Collaborator

This PR changes the minimum required python version in pyproject.toml from 3.8 to 3.9

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

Adds a CI workflow to validate that the project can be dependency-resolved/installed across multiple Python versions, aligning packaging claims with actual installability.

Changes:

  • Introduces a new GitHub Actions workflow that runs on push and pull_request.
  • Runs a Python version matrix and attempts pip install . for each version.

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

Comment thread .github/workflows/CI_check_dependencies.yaml Outdated
Comment thread .github/workflows/CI_check_dependencies.yaml Outdated
Comment thread .github/workflows/CI_check_dependencies.yaml Outdated
Comment thread .github/workflows/CI_check_dependencies.yaml Outdated
MicheleCattaneo and others added 4 commits March 21, 2026 12:25
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@MicheleCattaneo MicheleCattaneo changed the title chore: Add github action to check dependencies resolution chore: Update minimum python version Mar 22, 2026
@MicheleCattaneo MicheleCattaneo merged commit 664cbf2 into main Mar 22, 2026
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