Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump python version and freeze cpplint #6587

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/reanimated-android-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7]
python-version: [3.13]
concurrency:
group: validate-java-${{ github.ref }}
cancel-in-progress: true
Expand All @@ -54,7 +54,7 @@ jobs:
- name: Install python dependencies
run: |
python -m pip install --upgrade pip
pip install cpplint
pip install cpplint==1.6.1
- name: Clear annotations
run: .github/workflows/helper/clear-annotations.sh

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/reanimated-common-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7]
python-version: [3.13]

steps:
- uses: actions/checkout@v4
Expand All @@ -39,7 +39,7 @@ jobs:
- name: Install python dependencies
run: |
python -m pip install --upgrade pip
pip install cpplint
pip install cpplint==1.6.1
- name: Install monorepo node dependencies
run: yarn install --immutable

Expand Down
Loading