Skip to content

Commit 1c68aa7

Browse files
authored
Support for collection of Infrastructure-as-Code datasets (gitbugactions#155)
refactor of collect_bugs remove support of Python 3.10 and 3.11
1 parent 4da7c1e commit 1c68aa7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+7145
-431
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
build:
1414
strategy:
1515
matrix:
16-
python-version: ["3.10", "3.11", "3.12"]
16+
python-version: ["3.12"]
1717

1818
runs-on: ubuntu-latest
1919

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export PATH="<REPLACE_WITH_PATH_TO_ACT>:$PATH"
4242

4343
### Python dependencies
4444

45-
GitBug-Actions runs on Python3.10 and above.
45+
GitBug-Actions runs on Python3.12 and above.
4646

4747
Ensure Poetry is [installed](https://python-poetry.org/docs/#installation).
4848

0 commit comments

Comments
 (0)