From 389e5662ea32d6542949c06fdc586fcff6189c76 Mon Sep 17 00:00:00 2001 From: retoor Date: Fri, 7 Nov 2025 18:51:45 +0100 Subject: [PATCH] maintenance: update python versions in workflows maintenance: bump version to 1.17.0 maintenance: update changelog --- .gitea/workflows/test.yml | 2 +- CHANGELOG.md | 8 ++++++++ pyproject.toml | 4 ++-- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 1251738..c84255b 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python-version: ['3.8', '3.9', '3.10', '3.11', '3.12'] + python-version: ['3.10', '3.11', '3.12'] steps: - uses: actions/checkout@v4 diff --git a/CHANGELOG.md b/CHANGELOG.md index 6483e32..c8082fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,14 @@ + +## Version 1.16.0 - 2025-11-07 + +This release updates the software to version 1.16.0 and cleans up internal code for better maintainability. Tests have been updated to reflect internal changes, ensuring continued functionality. + +**Changes:** 20 files, 300 lines +**Languages:** Markdown (8 lines), Python (290 lines), TOML (2 lines) + ## Version 1.15.0 - 2025-11-07 This release removes old, unused parts of the software. It simplifies the codebase and prepares for future improvements. diff --git a/pyproject.toml b/pyproject.toml index b498cbc..1e81283 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,10 +4,10 @@ build-backend = "setuptools.build_meta" [project] name = "rp" -version = "1.15.0" +version = "1.16.0" description = "R python edition. The ultimate autonomous AI CLI." readme = "README.md" -requires-python = ">=3.12" +requires-python = ">=3.10" license = {text = "MIT"} keywords = ["ai", "assistant", "cli", "automation", "openrouter", "autonomous"] authors = [