diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index edadc8f..d221b2a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,7 +17,7 @@ defaults: shell: bash env: - STABLE_PYTHON_VERSION: "3.11" + STABLE_PYTHON_VERSION: "3.13" jobs: test: diff --git a/Cargo.lock b/Cargo.lock index 41f8b08..dd21f90 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1106,7 +1106,7 @@ dependencies = [ [[package]] name = "pyapp" -version = "0.28.0" +version = "0.29.0" dependencies = [ "anyhow", "base64", diff --git a/Cargo.toml b/Cargo.toml index 2d4b9b5..9b88bf4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pyapp" -version = "0.28.0" +version = "0.29.0" description = "Runtime installer for Python applications" repository = "https://github.com/ofek/pyapp" documentation = "https://ofek.dev/pyapp/" diff --git a/docs/changelog.md b/docs/changelog.md index 99d2c9d..c308696 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -8,6 +8,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## Unreleased +## 0.29.0 - 2025-10-15 + ***Added:*** - Update default CPython distributions to 20251014 diff --git a/docs/config/distribution.md b/docs/config/distribution.md index fdf9249..7a5c637 100644 --- a/docs/config/distribution.md +++ b/docs/config/distribution.md @@ -17,6 +17,7 @@ Setting the `PYAPP_PYTHON_VERSION` option will determine the distribution used a | `3.11` | | `3.12` | | `3.13` | +| `3.14` | The source for pre-built distributions is the [python-build-standalone](https://github.com/astral-sh/python-build-standalone) project. @@ -36,6 +37,7 @@ Some distributions have [variants](https://gregoryszorc.com/docs/python-build-st | `pypy2.7` | | `pypy3.9` | | `pypy3.10` | +| `pypy3.11` | The source of distributions is the [PyPy](https://www.pypy.org) project.