-
Notifications
You must be signed in to change notification settings - Fork 0
chore: update Python versions and add linters (v0.4.3) #47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
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
- Remove Python 3.9 support (dependencies require 3.10+) - Add Python 3.14 support - Update CI matrix to test 3.10-3.14 on Linux, 3.14 only on macOS/Windows - Update release workflow to build wheels for all Python 3.10-3.14 - Update documentation and README - Update Cargo dependencies
Update version in all manifests: - Cargo.toml (workspace) - package.json (Node.js) - pyproject.toml (Python) - uv.lock Update CHANGELOG.md with 0.4.3 release notes.
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #47 +/- ##
=======================================
Coverage 91.68% 91.68%
=======================================
Files 34 34
Lines 7816 7816
=======================================
Hits 7166 7166
Misses 650 650
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
- Add ruff linter and formatter for Python bindings - Add biome linter and formatter for Node.js bindings - Add npm audit to CI security checks - Fix linting issues in Python tests
- Exclude generated files (index.js, index.d.ts) from biome checks - Auto-fix import ordering and formatting in test files - Update pnpm lockfile
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
component: ci
CI/CD workflows and automation
component: core
feedparser-rs-core Rust library
component: dependencies
Dependency updates or management
component: node
Node.js bindings (napi-rs)
component: python
Python bindings (PyO3)
component: tests
Test suite or test infrastructure
lang: javascript
JavaScript/TypeScript code
lang: python
Python code
lang: rust
Rust code
size: XL
Extra large PR (<1000 lines changed)
type: build
Build system, dependencies, or tooling
type: documentation
Improvements or additions to documentation
type: tooling
Development tools, CI/CD, or infrastructure
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.
Summary
rufflinter and formatter for Python bindingsbiomelinter and formatter for Node.js bindingsnpm auditto CI security checksChanges
Python version support
requires-pythonto>=3.10Linting infrastructure
ruffconfiguration to pyproject.tomlbiomeconfiguration to Node.js bindingslint-pythonandlint-nodejobsastral-sh/ruff-action@v3,biomejs/setup-biome@v2Security
pnpm auditto security job alongsidecargo denyDocumentation
Test plan
ruff checkandruff formatpass on Python bindingsbiome checkpasses on Node.js bindings