From a76486b7ba276f1b51a169504ef296c88e8b6744 Mon Sep 17 00:00:00 2001 From: Tzu-Wei Huang Date: Sun, 20 Aug 2023 19:41:49 +0800 Subject: [PATCH] confirmed 3.19 not working --- .github/workflows/python-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 1ca811a..144fe7e 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -70,7 +70,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - protobuf-version: ["3.19", "3.20", "4.21", "4.22", "4.23"] + protobuf-version: ["3.20", "4.21", "4.22", "4.23"] steps: - uses: actions/checkout@v2 - name: Set up Python 3.11