Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 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/test-installation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: 3.9
- name: Build and install package
run: |
curl -sSL https://install.python-poetry.org | python3 -
Expand All @@ -31,7 +31,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
python-version: ["3.9", "3.10", "3.11", "3.12"]

steps:
- name: Set up Python ${{ matrix.python-version }}
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,8 @@ This project is a CLI tool for using [robusta](https://github.com/robusta-dev/ro
* Run diagnostic to see if robusta is running properly
* Deploy and test your own extensions to Robusta like custom actions and playbooks

For more infomration, checkout the [robusta installation docs](https://docs.robusta.dev/master/).
For more information, checkout the [robusta installation docs](https://docs.robusta.dev/master/).

## Requirements

- Python 3.9 or higher
Loading