Skip to content

Commit

Permalink
Test python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
rlan committed Oct 13, 2024
1 parent f2a4213 commit c959d9c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down Expand Up @@ -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:
Expand All @@ -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

0 comments on commit c959d9c

Please sign in to comment.