Skip to content

Commit f9ee2ae

Browse files
authored
Merge pull request #173 from dynatrace-oss/issue-171
Remove Python 3.8 from test matrix because of arm64 macos
2 parents 5eb6af0 + 1587780 commit f9ee2ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
strategy:
2828
fail-fast: true
2929
matrix:
30-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
30+
python-version: ['3.9', '3.10', '3.11', '3.12']
3131
os: [ubuntu-latest, windows-latest, macos-latest]
3232

3333
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)