Skip to content

Updated CI config#66

Merged
sveinbjornt merged 4 commits intomasterfrom
cifix2
May 8, 2025
Merged

Updated CI config#66
sveinbjornt merged 4 commits intomasterfrom
cifix2

Conversation

@sveinbjornt
Copy link
Contributor

@sveinbjornt sveinbjornt commented May 7, 2025

  • Only testing on CPython 3.9 and 3.13
  • Explicitly supporting 3.13 in metadata
  • Added testing on PyPy 3.10 (latest)
  • Using uv for much faster CI runs

@sveinbjornt sveinbjornt force-pushed the cifix2 branch 2 times, most recently from 2535a76 to a9db6b0 Compare May 7, 2025 19:44
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 CI configuration to improve build speed and align supported Python versions with recent updates. Key changes include:

  • Adding Python 3.13 to the supported classifiers in pyproject.toml.
  • Updating the workflow matrix to test on Python 3.13 (and retaining Python 3.9 for PyPy) and upgrading the setup-python action from v4 to v5.
  • Replacing multiple pip install commands with uv pip commands for faster CI runs.

Reviewed Changes

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

File Description
pyproject.toml Added Python 3.13 classifier to indicate support.
.github/workflows/python-package.yml Updated Python version matrix, upgraded setup-python action, and replaced pip with uv pip for installation.

@sveinbjornt sveinbjornt merged commit a60088f into master May 8, 2025
8 checks passed
@sveinbjornt sveinbjornt deleted the cifix2 branch May 8, 2025 01:13
@sveinbjornt sveinbjornt restored the cifix2 branch August 25, 2025 15:02
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