Skip to content

Commit 09bfa79

Browse files
release v0.29.0 (#211)
Co-authored-by: Edgar Ramírez Mondragón <[email protected]>
1 parent d380d51 commit 09bfa79

File tree

5 files changed

+7
-3
lines changed

5 files changed

+7
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ defaults:
1717
shell: bash
1818

1919
env:
20-
STABLE_PYTHON_VERSION: "3.11"
20+
STABLE_PYTHON_VERSION: "3.13"
2121

2222
jobs:
2323
test:

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pyapp"
3-
version = "0.28.0"
3+
version = "0.29.0"
44
description = "Runtime installer for Python applications"
55
repository = "https://github.com/ofek/pyapp"
66
documentation = "https://ofek.dev/pyapp/"

docs/changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
88

99
## Unreleased
1010

11+
## 0.29.0 - 2025-10-15
12+
1113
***Added:***
1214

1315
- Update default CPython distributions to 20251014

docs/config/distribution.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Setting the `PYAPP_PYTHON_VERSION` option will determine the distribution used a
1717
| `3.11` |
1818
| `3.12` |
1919
| `3.13` |
20+
| `3.14` |
2021

2122
The source for pre-built distributions is the [python-build-standalone](https://github.com/astral-sh/python-build-standalone) project.
2223

@@ -36,6 +37,7 @@ Some distributions have [variants](https://gregoryszorc.com/docs/python-build-st
3637
| `pypy2.7` |
3738
| `pypy3.9` |
3839
| `pypy3.10` |
40+
| `pypy3.11` |
3941

4042
The source of distributions is the [PyPy](https://www.pypy.org) project.
4143

0 commit comments

Comments
 (0)