feat: update md, toml, yml files
Some checks failed
Tests / test (macos-latest, 3.12) (push) Waiting to run
Tests / test (windows-latest, 3.12) (push) Waiting to run
Lint / lint (push) Failing after 9s
Tests / test (ubuntu-latest, 3.12) (push) Failing after 9s

This commit is contained in:
retoor 2025-11-08 03:11:02 +01:00
parent 42cdb08f2b
commit b5bdbdf275
3 changed files with 10 additions and 2 deletions

View File

@ -12,7 +12,7 @@ jobs:
strategy: strategy:
matrix: matrix:
os: [ubuntu-latest, macos-latest, windows-latest] os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ['3.10', '3.11', '3.12'] python-version: ['3.12']
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4

View File

@ -29,6 +29,14 @@
## Version 1.33.0 - 2025-11-08
The agent now follows instructions more accurately. User messages are now saved to help the agent provide better responses.
**Changes:** 2 files, 10 lines
**Languages:** Markdown (8 lines), TOML (2 lines)
## Version 1.32.0 - 2025-11-08 ## Version 1.32.0 - 2025-11-08

View File

@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "rp" name = "rp"
version = "1.32.0" version = "1.33.0"
description = "R python edition. The ultimate autonomous AI CLI." description = "R python edition. The ultimate autonomous AI CLI."
readme = "README.md" readme = "README.md"
requires-python = ">=3.10" requires-python = ">=3.10"