Skip to content

Commit

Permalink
ci: Do not run tests with Beancount master on Python 3.8 and 3.9
Browse files Browse the repository at this point in the history
Support for Python 3.8 has been removed in Beancount master branch, support
for Python 3.9 is broken, see beancount/beancount#923.
  • Loading branch information
dnicolodi committed Jan 10, 2025
1 parent a4a156f commit b4c64a9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ jobs:
- '~= 2.3.6'
- '~= 3.0.0'
- '@ git+https://github.com/beancount/beancount.git'
exclude:
- python: '3.8'
beancount: '@ git+https://github.com/beancount/beancount.git'
- python: '3.9'
beancount: '@ git+https://github.com/beancount/beancount.git'
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand Down

0 comments on commit b4c64a9

Please sign in to comment.