From c959d9cc04bc653416bb4f5ce52033dc9a4be86d Mon Sep 17 00:00:00 2001 From: Rick Lan Date: Sun, 13 Oct 2024 12:34:31 +0900 Subject: [PATCH] Test python 3.13 --- .github/workflows/python-app.yml | 2 +- README.md | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 04c83b2..274df5b 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -18,7 +18,7 @@ jobs: strategy: matrix: - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] steps: - uses: actions/checkout@v4 diff --git a/README.md b/README.md index bc4dd09..82d25e4 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # A Charles Schwab CSV Converter for Portfolio Performance [![Testing badge](https://github.com/rlan/convert-csv-schwab2pp/actions/workflows/python-app.yml/badge.svg)](https://github.com/rlan/convert-csv-schwab2pp/actions) -![Python versions](https://img.shields.io/badge/python-3.7%20%7C%203.8%20%7C%203.9%20%7C%203.10%20%7C%203.11%20%7C%203.12-blue) +![Python versions](https://img.shields.io/badge/python-3.7%20%7C%203.8%20%7C%203.9%20%7C%203.10%20%7C%203.11%20%7C%203.12%20%7C%203.13-blue) [![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff) ![MIT license](https://img.shields.io/github/license/rlan/convert-csv-schwab2pp) @@ -88,7 +88,7 @@ Supported transactions: * "Cash Dividend" * "Buy" * "Wire Received" -* "Wire Sent" (Thank you, @ipaulo) +* "Wire Sent"[^1] (Thank you, [@ipaulo](https://github.com/ipaulo)) * "Sell" (Not verified) Not-yet-supported transactions: @@ -104,3 +104,6 @@ As far as I can test, PP will detect and skip duplicate transactions. So it is s ## License MIT + + +[^1]: https://github.com/rlan/convert-csv-schwab2pp/issues/2