Skip to content

Commit

Permalink
added python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
ma4nn committed Apr 16, 2024
1 parent 470719f commit 4fda792
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/verify-script.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ "3.10", "3.11" ]
python-version: [ "3.10", "3.11", "3.12" ]

steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This is useful e.g. to export the total values per bank to a summary Excel docum

## Installation

This script requires Python 3.10.
This script requires at least Python 3.10.

```
pip install -r requirements.txt
Expand All @@ -31,7 +31,7 @@ On Mac if you (optionally) want to use this Python script within the services me

Then you have a new menu item with the chosen name in _MoneyMoney > Services_.

## Usage
## Usage 💡

```shell
python3 moneymoney_sum_by_bank.py
Expand Down

0 comments on commit 4fda792

Please sign in to comment.