Skip to content

Commit 1727a1d

Browse files
feat: Dropping Python 3.8 integration tests
1 parent 0e036f8 commit 1727a1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr_local_integration_tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
python-version: [ "3.8", "3.10" ]
22+
python-version: [ "3.10" ]
2323
os: [ ubuntu-latest ]
2424
env:
2525
OS: ${{ matrix.os }}

0 commit comments

Comments
 (0)