chore(release): prepare 4.1.1 metadata/docs cleanup and release workflow updates#734
Merged
aleksandr-kotlyar merged 6 commits intoMay 18, 2026
Conversation
Fix package metadata and README badges after 4.1.0. - correct PyPI badge package name - update package description metadata - add current Python version classifiers - align release metadata with supported Python versions - remove obsolete universal wheel configuration - add 4.1.1 changelog entry
- migrate package metadata to pyproject.toml as source of truth - keep setup.py as compatibility shim - update bump2version target to pyproject.toml - add concise RELEASING.md and link from README - point legacy release-process.rst to new runbook
…nto release-4.1.1-packaging-docs-ci37
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.
Summary
This PR prepares the
4.1.1follow-up release after4.1.0with a focused metadata/documentation cleanup and release-process standardization.It also adds explicit CI coverage for Python 3.7 to match the declared support range.
Changes
Packaging and metadata
4.1.1.pyproject.toml,setup.cfg,webdriver_manager/__init__.py).setup.pyas a minimal compatibility shim and move metadata source-of-truth topyproject.toml.Documentation
webdriver-manager.RELEASING.md.RELEASING.mdfrom README.release-process.rstinto a pointer toRELEASING.md.CI
RELEASING.mdin test workflowpaths-ignoreto avoid docs-only CI runs.Scope
4.1.0.