aboutsummaryrefslogtreecommitdiff
path: root/setup.py
AgeCommit message (Collapse)AuthorFilesLines
2026-04-28chore(release): bump version to 0.3.0 and write changelognatsuoto1-1/+1
Park the metadata at 0.3.0. This is not the release — the changelog header stays "(unreleased)" and we'll swap in a date when we actually tag. - setup.py, docs/conf.py, src/edify/__init__.py, .bumpversion.cfg: 0.2.2 -> 0.3.0. - README.rst: bump both `commits-since/v0.2.2` shields to v0.3.0. The shield will 404 until v0.3.0 is tagged, which is an accepted trade-off for keeping `bumpversion` config consistent. - CHANGELOG.rst: replace Copilot's stub `Unreleased` heading with a real `0.3.0 (unreleased)` entry covering everything since 0.2.2 — Python 3.7 drop (#32), 3.12/3.13/3.14 support and RTD updates (#31), GitHub Actions and PyPy and pre-commit modernization (#33, #35, #37), dependency floor bumps (#25-#29), repo infrastructure (#39), and housekeeping (#41, #43). - docs/conf.py: fix `extlinks` caption format. The old style — a bare prefix string like 'PR #' — was deprecated in Sphinx 5 and removed in Sphinx 6, but the bug stayed latent because no existing CHANGELOG entry actually used the `:pr:` or `:issue:` roles. The new changelog uses `:pr:` for every cross-reference, which is what surfaced the breakage in the docs CI job. Updated both captions to the modern `'PR #%s'` / `'#%s'` form. Closes #44
2026-04-28feat!: drop Python 3.7 supportClaude1-2/+1
3.7 reached end-of-life on 2023-06-27. Copilot dropped 3.7 from the CI matrix in #30 but left the rest of the metadata pointing at it. - setup.py: drop the 3.7 classifier and bump `python_requires` to >=3.8 - pyproject.toml: bump black `target-version` to py38 - tox.ini: drop `py37` and `pypy37` envs and basepython entries - README.rst: bump quick-start Python range to 3.8-3.14 - ci/templates/.appveyor.yml: bump the `check` env from Python 3.6 to 3.8 to keep the floor consistent (template only, not currently rendered) BREAKING CHANGE: Edify now requires Python 3.8 or newer.
2026-04-28feat: fix macOS python_arch and add Python 3.12/3.13/3.14 supportcopilot-swe-agent[bot]1-0/+3
Agent-Logs-Url: https://github.com/luciferreeves/edify/sessions/16418662-2de9-4625-aad9-e9fc6cecb1c5 Co-authored-by: luciferreeves <[email protected]>
2022-12-22Bump version: 0.2.1 → 0.2.2Bobby1-1/+1
2022-12-22Add Support for Python 3.11Bobby1-0/+1
2022-11-27Bump version: 0.2.0 → 0.2.1Bobby1-1/+1
2022-11-27Dropping Python 3.6 SupportBobby1-1/+0
2022-11-27Revert "Bump version: 0.2.0 → 0.3.0"Bobby1-1/+1
This reverts commit 73edbdcc0f258fd53a742397b4f993b9ec9a78ab.
2022-11-27Bump version: 0.2.0 → 0.3.0Bobby1-1/+1
2022-11-27Bump version: 0.1.0 → 0.2.0Bobby1-1/+1
2022-09-10update setup.py for releasev0.1.0Bobby1-2/+2
2022-09-01Removing backwards compatibility for Python 3.6. Min Python now is 3.7Bobby1-1/+1
2022-08-30Add initial project skeleton.Bobby1-0/+79