Skip to content

Commit

Permalink
Update tested buildozer
Browse files Browse the repository at this point in the history
  • Loading branch information
martis42 committed Dec 23, 2023
1 parent fcd03f2 commit 1a64168
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
steps:
- run: |
mkdir --parents /tmp/bin
wget --no-verbose https://github.com/bazelbuild/buildtools/releases/download/v6.1.2/buildozer-linux-amd64 -O /tmp/bin/buildozer
wget --no-verbose https://github.com/bazelbuild/buildtools/releases/download/v6.4.0/buildozer-linux-amd64 -O /tmp/bin/buildozer
chmod +x /tmp/bin/buildozer
- uses: actions/checkout@v4
- name: Integration tests - Applying fixes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ Even if analysing the code works initially, it might break at any time if the or
| Operating system | No constraints by design. However, Ubuntu 22.04 is currently the only OS used for development and testing. |
| Python | Minimum version is 3.8. All newer major versions until 3.12 are tested. |
| Bazel | Minimum version is 5.4.0. Multiple newer versions are tested including rolling releases. |
| Buildozer | No known limitations. Tests have been performed with 5.0.1. |
| Buildozer | No known limitations. Tests are performed with 6.4.0. |

# Alternatives to DWYU

Expand Down

0 comments on commit 1a64168

Please sign in to comment.