Skip to content

Commit

Permalink
ci: Update and test with Python 3.13 and Beancount 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dnicolodi committed Nov 3, 2024
1 parent 5ea3ea5 commit 8d6e0f2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
- pull_request
jobs:
test:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
Expand All @@ -15,8 +15,10 @@ jobs:
- '3.10'
- '3.11'
- '3.12'
- '3.13'
beancount:
- '~=2.3.5'
- '~=3.0.0'
- '@git+https://github.com/beancount/beancount.git'
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 8d6e0f2

Please # to comment.