Skip to content

chore: allow Python 3.14 by relaxing version constraint - #1599

Open
re2zero wants to merge 2 commits into
i-am-bee:mainfrom
re2zero:fix/python-314-support
Open

chore: allow Python 3.14 by relaxing version constraint#1599
re2zero wants to merge 2 commits into
i-am-bee:mainfrom
re2zero:fix/python-314-support

Conversation

@re2zero

@re2zero re2zero commented Aug 15, 2026

Copy link
Copy Markdown

Updates requires-python from >=3.11,<3.14 to >=3.11,<3.15 to support Python 3.14 installations.

Fixes #1588

When group_id is None, str(None) produces the literal string 'None',
corrupting every event emitted by the cloned emitter and its descendants.

Pass group_id by keyword argument instead, so None stays None.
Fixes i-am-bee#1581
Updates requires-python from >=3.11,<3.14 to >=3.11,<3.15
to support Python 3.14 installations.
Fixes i-am-bee#1588
@re2zero
re2zero requested a review from a team as a code owner August 15, 2026 18:19
@github-actions github-actions Bot added the python Python related functionality label Aug 15, 2026
@dosubot dosubot Bot added the size:S This PR changes 10-29 lines, ignoring generated files. label Aug 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

python Python related functionality size:S This PR changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Python 3.14 support

1 participant