Merged
Conversation
- Updated falcon dependency in requirements.txt to be between versions 3.0.0 and 5.0.0. - Refactored setup.py to read version from version.py using regex for better reliability. - Adjusted Python version support in setup.py to include 3.10 through 3.13. - Modified GitHub Actions workflow to support multiple Python versions and improved version verification logic. - Changed response handling in RestServerFloe to use `req.bounded_stream.read()` for better stream handling. - Updated version in version.py to 0.1.0b1 for the upcoming beta release.
JBergles
approved these changes
Jan 6, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🚀 Notes for Reviewers
This PR adds full Python 3.13 support and updates the minimum Python version to 3.10+.
Key changes:
impmodule (removed in Python 3.12)🔗 Asana Tasks
https://app.asana.com/1/1510887156471/project/1204628953228187/task/1212639519845289?focus=true
🧪 Extended Description
Breaking Changes
>=3.0.0,<5.0.0Changes by File
setup.pyimp.load_source()with regeximpmodule removed in Python 3.12setup.pypython_requires='>=3.10'setup.py>=3.0.0,<5.0.0requirements.txtconnector.pyurlparsefallbackrestserver.pyreq.bounded_stream.read()restserver.py(req, resp, ex, params)test.pyresp.bodytoresp.textpublish.ymlpublish.ymlbeta/**branchesCI/CD Updates
beta/**branchesTesting
All tests pass on Python 3.13:
🤖 Generated with Claude Code