Skip to content

Commit

Permalink
use python 3.7 for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jtbandes committed Dec 12, 2024
1 parent 5db8c69 commit 97c4c71
Show file tree
Hide file tree
Showing 3 changed files with 641 additions and 534 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- run: yarn test:conformance --runner go-

conformance-python:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04 # required for python 3.7
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -293,7 +293,7 @@ jobs:
- run: yarn workspace @foxglove/mcap-example-text-annotation-demo typecheck

python:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04 # required for python 3.7
defaults:
run:
working-directory: python
Expand All @@ -305,7 +305,7 @@ jobs:
lfs: true
- uses: actions/setup-python@v5
with:
python-version: 3.8
python-version: 3.7
- run: pip install pipenv==2023.2.4
- run: make lint
- run: make test
Expand Down
2 changes: 1 addition & 1 deletion python/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ types-protobuf = "*"
isort = "*"

[requires]
python_version = "3.8"
python_version = "3.7"
Loading

0 comments on commit 97c4c71

Please sign in to comment.