Skip to content

Commit 6a9cdeb

Browse files
committed
github tests
1 parent 67404a4 commit 6a9cdeb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: .github/workflows/sonar.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- uses: actions/[email protected]
2020
with:
21-
python-version: 3.13
21+
python-version: 3.9
2222

2323
- run: pip install -r requirements.txt
2424

Diff for: .github/workflows/tests.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
python-version: [3.7,3.8,3.9,"3.10","3.11","3.12","3.13"]
16+
python-version: [3.9,"3.10","3.11","3.12","3.13"]
1717

1818
steps:
1919
- uses: actions/checkout@v2
2020

21-
- uses: actions/setup-python@v2.3.1
21+
- uses: actions/setup-python@v2
2222
with:
2323
python-version: ${{ matrix.python-version }}
2424

0 commit comments

Comments
 (0)