Skip to content

Conversation

@nrandorf
Copy link

@nrandorf nrandorf commented Dec 22, 2025

Link to JIRA ticket if there is one:

New Features

Breaking Changes

Bug Fixes

  • README link about AVRO fixed

Improvements

  • CLI supports python 3.9, 3.10, 3.11, 3.12, 3.13

Dependency updates

Deployment changes

src/pfb/cli.py Outdated

# load plug-ins from entry_points
for ep in entry_points().get("pfb.plugins", []):
for ep in entry_points(group="pfb.plugins"):
Copy link
Contributor

Choose a reason for hiding this comment

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

Make sure this works with python 3.9 and python 3.13

@nrandorf nrandorf changed the title Test: Update python version to 3.13 Update python version to 3.13 Jan 5, 2026
@k-burt-uch
Copy link
Contributor

Could you update the ci.yaml workflow so unit tests run for multiple python versions?
https://github.com/uc-cdis/pypfb/blob/master/.github/workflows/ci.yaml

You can see an example here: https://github.com/uc-cdis/gen3sdk-python/blob/master/.github/workflows/ci.yaml#L23

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.

3 participants