Skip to content

Commit

Permalink
Merge branch 'python-3.9' of 'https://github.com/jjmerchante/grimoire…
Browse files Browse the repository at this point in the history
…lab-graal'

Merges #134
Closes #134
  • Loading branch information
sduenas authored Sep 20, 2024
2 parents 4e62757 + 3c86aa8 commit cb4f8bb
Show file tree
Hide file tree
Showing 6 changed files with 140 additions and 128 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10']
python-version: ['3.9', '3.10', '3.11', '3.12']
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10']
python-version: ['3.9', '3.10', '3.11', '3.12']

name: Python ${{ matrix.python-version }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ and define the **details** level of the analysis (useful when analyzing large so
## Requirements


* Python >= 3.8
* Python >= 3.9
* Poetry >= 1.2
* [github-linguist](https://github.com/github/linguist)
* [FOSSology](https://github.com/fossology/fossology)
Expand Down
Loading

0 comments on commit cb4f8bb

Please sign in to comment.