Skip to content

Commit dcf3752

Browse files
committed
remove py 3.8 tests from CI because latest openapi generator is incompatible
1 parent 9060d58 commit dcf3752

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-python-client.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
strategy:
6666
max-parallel: 4
6767
matrix:
68-
python-version: [3.8, 3.9, 3.10.14]
68+
python-version: [3.9, 3.10.14, 3.11]
6969
steps:
7070
- uses: actions/checkout@v3
7171
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)