From 8ad1d6006d7d987cefb7c066cf8b97bd5b7258a2 Mon Sep 17 00:00:00 2001 From: Mario Hernandez Date: Wed, 25 Feb 2026 23:49:06 -0300 Subject: [PATCH 1/7] Bump version to 2026.3.0 and add Python versions Updated version number and added support for Python 3.13 and 3.14. Signed-off-by: Mario Hernandez --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a4dd573..a5438dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pyflowcl" -version = "2025.2.0" +version = "2026.3.0" description = "Cliente para comunicacion con API de flow.cl" authors = [{ name = "Mario Hernandez", email = "mariofix@proton.me" }] license = { text = "MIT" } @@ -23,6 +23,8 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", "Intended Audience :: Developers", "Topic :: Software Development :: Libraries :: Python Modules", ] From 4eb3d435525f4533e4503e01d844126410254f32 Mon Sep 17 00:00:00 2001 From: Mario Hernandez Date: Wed, 25 Feb 2026 23:50:15 -0300 Subject: [PATCH 2/7] Update Python and Poetry versions in CI workflow Signed-off-by: Mario Hernandez --- .github/workflows/tests_coverage.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests_coverage.yml b/.github/workflows/tests_coverage.yml index a016c33..06c7e1f 100644 --- a/.github/workflows/tests_coverage.yml +++ b/.github/workflows/tests_coverage.yml @@ -14,8 +14,8 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.9", "3.10", "3.11", "3.12"] - poetry-version: ["2.0.1"] + python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"] + poetry-version: ["2.3.1"] os: [ubuntu-latest] runs-on: ${{ matrix.os }} steps: From 1097bf9cb7cb520dd2289a88faffd20f6b26b2c3 Mon Sep 17 00:00:00 2001 From: Mario Hernandez Date: Wed, 25 Feb 2026 23:51:52 -0300 Subject: [PATCH 3/7] Bump version to 2026.3.0 Signed-off-by: Mario Hernandez --- pyflowcl/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyflowcl/version.py b/pyflowcl/version.py index 671454a..cd3cdac 100644 --- a/pyflowcl/version.py +++ b/pyflowcl/version.py @@ -1 +1 @@ -__version__ = "2025.2" +__version__ = "2026.3.0" From 1ef5b8c8253c211ba5626c0cffee369912360368 Mon Sep 17 00:00:00 2001 From: Mario Hernandez Date: Wed, 25 Feb 2026 23:54:19 -0300 Subject: [PATCH 4/7] Update changelog with future changes Added notes about bug fix and dropping Python 3.9. Signed-off-by: Mario Hernandez --- docs/changelog.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index 5c7593f..e278577 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -4,6 +4,9 @@ Cliente API para operaciones con el servicio de pagos Flow.cl [FlowAPI-3.0.1](ht ## [Futuros Cambios] +- Bug en exceptions, GenericError faltaba +- Drop Python 3.9 + ## [2025.2] ### Agregado From 6c93b8debc53abc9f6721c728461a8ab44c57269 Mon Sep 17 00:00:00 2001 From: Mario Hernandez Date: Wed, 25 Feb 2026 23:55:05 -0300 Subject: [PATCH 5/7] Delete .vscode/pyflowcl.code-workspace Signed-off-by: Mario Hernandez --- .vscode/pyflowcl.code-workspace | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 .vscode/pyflowcl.code-workspace diff --git a/.vscode/pyflowcl.code-workspace b/.vscode/pyflowcl.code-workspace deleted file mode 100644 index d337da4..0000000 --- a/.vscode/pyflowcl.code-workspace +++ /dev/null @@ -1,30 +0,0 @@ -// { -// "folders": [ -// { -// "path": ".." -// } -// ], -// "settings": { -// "python.analysis.typeCheckingMode": "off", -// "editor.defaultFormatter": "ms-python.black-formatter", -// "editor.formatOnSaveMode": "file", -// "editor.formatOnSave": true, -// "editor.codeActionsOnSave": { -// "source.organizeImports": "explicit" -// }, -// "[jsonc]": { -// "editor.defaultFormatter": "vscode.json-language-features" -// }, -// "isort.args": [ -// "--profile", -// "black", -// "--filter-files" -// ], -// "isort.check": true, -// "diffEditor.codeLens": true, -// "python.defaultInterpreterPath": "/home/mariofix/.cache/pypoetry/virtualenvs/pyflowcl-S15X6UCq-py3.10/bin/python", -// "[markdown]": { -// "editor.defaultFormatter": "DavidAnson.vscode-markdownlint" -// }, -// } -// } From 293d6765aa254efdbc79e46f38a2d670d6b5aaaf Mon Sep 17 00:00:00 2001 From: Mario Hernandez Date: Wed, 25 Feb 2026 23:56:35 -0300 Subject: [PATCH 6/7] Update Python and Poetry versions in workflow Signed-off-by: Mario Hernandez --- .github/workflows/new_release.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/new_release.yml b/.github/workflows/new_release.yml index 388702b..e9e7c3a 100644 --- a/.github/workflows/new_release.yml +++ b/.github/workflows/new_release.yml @@ -13,8 +13,8 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.9"] - poetry-version: ["2.0.1"] + python-version: ["3.13"] + poetry-version: ["2.3.1"] os: [ubuntu-latest] runs-on: ${{ matrix.os }} steps: @@ -36,8 +36,8 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.9"] - poetry-version: ["2.0.1"] + python-version: ["3.13"] + poetry-version: ["2.3.1"] os: [ubuntu-latest] runs-on: ${{ matrix.os }} needs: crosscheck @@ -61,8 +61,8 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.9"] - poetry-version: ["2.0.1"] + python-version: ["3.13"] + poetry-version: ["2.3.1"] os: [ubuntu-latest] runs-on: ${{ matrix.os }} needs: crosscheck From 6204398742b86fefa5971343201b02a8df583304 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 02:58:10 +0000 Subject: [PATCH 7/7] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- docs/changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index e278577..8a74b9d 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -6,7 +6,7 @@ Cliente API para operaciones con el servicio de pagos Flow.cl [FlowAPI-3.0.1](ht - Bug en exceptions, GenericError faltaba - Drop Python 3.9 - + ## [2025.2] ### Agregado