Skip to content

Commit cb4f8bb

Browse files
authored
Merges #134 Closes #134
2 parents 4e62757 + 3c86aa8 commit cb4f8bb

File tree

6 files changed

+140
-128
lines changed

6 files changed

+140
-128
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-20.04
2323
strategy:
2424
matrix:
25-
python-version: ['3.8', '3.9', '3.10']
25+
python-version: ['3.9', '3.10', '3.11', '3.12']
2626
steps:
2727
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
2828

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-20.04
1717
strategy:
1818
matrix:
19-
python-version: ['3.8', '3.9', '3.10']
19+
python-version: ['3.9', '3.10', '3.11', '3.12']
2020

2121
name: Python ${{ matrix.python-version }}
2222
steps:

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ and define the **details** level of the analysis (useful when analyzing large so
2323
## Requirements
2424

2525

26-
* Python >= 3.8
26+
* Python >= 3.9
2727
* Poetry >= 1.2
2828
* [github-linguist](https://github.com/github/linguist)
2929
* [FOSSology](https://github.com/fossology/fossology)

0 commit comments

Comments
 (0)