Skip to content

Commit

Permalink
ci: upgrade oldest version to match upstream version
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 authored and blais committed Dec 23, 2024
1 parent f12c168 commit 772dab2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
# The oldest supported python version
python-version: '3.7'
# we support >= py37
# but beancount trunk only support py>=39
python-version: '3.9'
# Install dependencies for the example importers
- run: sudo apt install poppler-utils
# There are no released packages for beancount v3. Install from Git
Expand Down

0 comments on commit 772dab2

Please sign in to comment.