| Age | Commit message (Collapse) | Author | Files | Lines |
|
PyPy 3.8 reached end-of-life in October 2024 and was the only PyPy
line we tested. PyPy 3.9's last release was April 2024 and is
effectively EOL too. Per upstream (downloads.python.org/pypy):
- pypy-3.10 last release 2025-02-26 (maintained)
- pypy-3.11 last release 2026-03-13 (current stable)
Drop pypy38 jobs and replace with pypy310 and pypy311, mirroring the
existing 3-OS pattern (ubuntu, windows, macos).
- tox.ini: envlist swap pypy38 -> pypy310, pypy311; same swap in the
basepython block.
- .github/workflows/github-actions.yml: 3 pypy38 jobs out, 6 new ones
(2 versions x 3 OSes) in the matrix include list.
setup.py classifiers don't enumerate PyPy minor versions
(`Implementation :: PyPy`), so no metadata change needed.
Closes #36
|
|
Pure version bumps; workflow behavior is unchanged.
- actions/checkout v3 -> v5
- actions/setup-python v3 -> v5
- github/codeql-action/{init,autobuild,analyze} v2 -> v3
- pypa/gh-action-pypi-publish SHA-pinned -> v1.14.0 SHA, with
trailing version comment for human readability
The @v3 actions ran on the deprecated Node 16 runtime; @v5 (and
codeql-action @v3) all use Node 20, the current GitHub-supported
runtime. Third-party pypa publish action stays SHA-pinned for
supply-chain safety.
Closes #34
|
|
Agent-Logs-Url: https://github.com/luciferreeves/edify/sessions/16418662-2de9-4625-aad9-e9fc6cecb1c5
Co-authored-by: luciferreeves <[email protected]>
|
|
CI jobs
Agent-Logs-Url: https://github.com/luciferreeves/edify/sessions/8d8a009c-758c-4ab2-b58c-3fc7b67455a9
Co-authored-by: luciferreeves <[email protected]>
|
|
Agent-Logs-Url: https://github.com/luciferreeves/edify/sessions/e7f51b79-93cc-48ac-bcc0-db3ca7b27a85
Co-authored-by: luciferreeves <[email protected]>
|
|
Agent-Logs-Url: https://github.com/luciferreeves/edify/sessions/84345a0f-6985-4c88-99ec-f3b073ec18e1
Co-authored-by: luciferreeves <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|