Require Python 3.10+ and refresh PyPI classifiers (0.5.0) - #12
Open
valbertovc wants to merge 2 commits into
Open
Require Python 3.10+ and refresh PyPI classifiers (0.5.0)#12valbertovc wants to merge 2 commits into
valbertovc wants to merge 2 commits into
Conversation
Replace setup.py and the standalone dokkupycli script with PEP 621 metadata and a console entry point. Align license and README metadata with PyPI guidance. Bump version to 0.4.1. Co-authored-by: Rodrigo Pinheiro Marques de Araújo <[email protected]> Co-authored-by: Cursor <[email protected]>
Drop EOL Python support metadata, add OS/Topic classifiers, simplify subprocess handling, and add CI to validate builds across supported runtimes. Bump version to 0.5.0. BREAKING CHANGE: Python 3.7–3.9 and Python 2 are no longer supported. Requires Python >= 3.10. Co-authored-by: Rodrigo Pinheiro Marques de Araújo <[email protected]> Co-authored-by: Cursor <[email protected]>
valbertovc
force-pushed
the
chore/python-live-versions
branch
from
July 18, 2026 15:34
0330076 to
2f07bee
Compare
3 tasks
4 tasks
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
requires-python = ">=3.10"Operating System :: OS Independent,Topic :: System :: Systems Administration, and Python 3.10–3.13PY3branches; usesubprocesstext mode for Python 3.10+python -m build,twine check, anddokkupycli --helpStacks on #11 (pyproject.toml migration). Contains both commits from
chore/pyproject-compatibilityand this branch.Test plan
python -m buildproduces sdist and wheeltwine check dist/*passesRequires-Python: >=3.10, updated classifiers, noLicense ::classifierMade with Cursor