Skip to content

Commit c4aec74

Browse files
authored
Added holmes to gen_config (#7)
1 parent 920d8ac commit c4aec74

File tree

4 files changed

+252
-254
lines changed

4 files changed

+252
-254
lines changed

.github/workflows/test-installation.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Set up Python
1111
uses: actions/setup-python@v2
1212
with:
13-
python-version: 3.8
13+
python-version: 3.9
1414
- name: Build and install package
1515
run: |
1616
curl -sSL https://install.python-poetry.org | python3 - --version 1.8.5
@@ -31,7 +31,7 @@ jobs:
3131
strategy:
3232
fail-fast: false
3333
matrix:
34-
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
34+
python-version: ["3.9", "3.10", "3.11", "3.12"]
3535

3636
steps:
3737
- name: Set up Python ${{ matrix.python-version }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ For more information, checkout the [robusta installation docs](https://docs.robu
1010

1111
## Requirements
1212

13-
- Python 3.8 or higher
13+
- Python 3.9 or higher

0 commit comments

Comments
 (0)