This is an automated email from the ASF dual-hosted git repository. opwvhk pushed a commit to branch branch-1.12 in repository https://gitbox.apache.org/repos/asf/avro.git
commit 982ad792ce71c9a65f84e2d72ce5930e60ec9bd3 Author: Xuanwo <[email protected]> AuthorDate: Sat Oct 12 22:20:20 2024 +0800 ci: Remove deprecated pypy-3.9 test (#3211) (cherry picked from commit 86fde6980445de641f97e1f329b00d2bd14aa668) --- .github/workflows/test-lang-py.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/test-lang-py.yml b/.github/workflows/test-lang-py.yml index 83bd1f83f1..36f283a651 100644 --- a/.github/workflows/test-lang-py.yml +++ b/.github/workflows/test-lang-py.yml @@ -46,7 +46,6 @@ jobs: - '3.9' - '3.8' - '3.7' - - 'pypy-3.9' - 'pypy-3.10' steps: @@ -92,7 +91,6 @@ jobs: - '3.9' - '3.8' - '3.7' - - 'pypy-3.9' - 'pypy-3.10' steps:
