aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
AgeCommit message (Collapse)AuthorFilesLines
2026-04-28feat!: drop Python 3.7 supportClaude1-1/+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-28fix: lower setuptools in pyproject.toml and use macos-latest for all macOS ↵copilot-swe-agent[bot]1-1/+1
CI jobs Agent-Logs-Url: https://github.com/luciferreeves/edify/sessions/8d8a009c-758c-4ab2-b58c-3fc7b67455a9 Co-authored-by: luciferreeves <[email protected]>
2026-04-28Update setuptools requirement from >=30.3.0 to >=82.0.1dependabot[bot]1-1/+1
Updates the requirements on [setuptools](https://github.com/pypa/setuptools) to permit the latest version. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v30.3.0...v82.0.1) --- updated-dependencies: - dependency-name: setuptools dependency-version: 82.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
2022-09-01Removing backwards compatibility for Python 3.6. Min Python now is 3.7Bobby1-1/+1
2022-08-31Revert "Updated Config"Bobby1-66/+4
This reverts commit 1e79ab11dd4ffeb2805cbc3422c4e4219fdc7191.
2022-08-31Revert "Reduced Python version in Config"Bobby1-1/+1
This reverts commit bbdca02c3d39794c589c8e480c7140426ae85f41.
2022-08-31Revert "Added Poetry Build"Bobby1-1/+5
This reverts commit 5895a76926b64921e57e8b9d26cfed809207c5dd.
2022-08-31Reduced Python version in ConfigBobby1-1/+1
2022-08-31Added Poetry BuildBobby1-5/+1
2022-08-31Updated ConfigBobby1-4/+66
2022-08-30Add initial project skeleton.Bobby1-0/+10