Skip to content

Add support for python 3.14#60

Merged
contagon merged 3 commits into
mainfrom
feat/python314
Oct 28, 2025
Merged

Add support for python 3.14#60
contagon merged 3 commits into
mainfrom
feat/python314

Conversation

@contagon
Copy link
Copy Markdown
Owner

No description provided.

@contagon contagon requested a review from Copilot October 28, 2025 00:33
Copy link
Copy Markdown
Contributor

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 adds support for Python 3.14 by updating dependencies, build configurations, and CI workflows. The changes prepare the project for compatibility with the latest Python version while maintaining support for existing versions.

Key Changes:

  • Added Python 3.14 to CI test matrix
  • Updated dependencies (rosbags, scipy, cibuildwheel) to versions compatible with Python 3.14
  • Added type ignore comments for compatibility with updated type checking in Python 3.14

Reviewed Changes

Copilot reviewed 5 out of 6 changed files in this pull request and generated no comments.

Show a summary per file
File Description
.github/workflows/reusable_checks.yml Added Python 3.14 to the CI test matrix
.github/workflows/reusable_build.yml Updated cibuildwheel version for Python 3.14 support
pyproject.toml Updated rosbags and scipy dependencies, removed manylinux image specification
python/evalio/cli/completions.py Added type ignore comments for extractOne function calls
python/evalio/cli/dataset_manager.py Reformatted context manager and added version parameter to Writer2

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

@contagon contagon merged commit 53e2109 into main Oct 28, 2025
14 checks passed
@contagon contagon deleted the feat/python314 branch October 28, 2025 00:41
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