This is an automated email from the ASF dual-hosted git repository.
mgrigorov pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/avro.git
The following commit(s) were added to refs/heads/main by this push:
new 86fde6980 ci: Remove deprecated pypy-3.9 test (#3211)
86fde6980 is described below
commit 86fde6980445de641f97e1f329b00d2bd14aa668
Author: Xuanwo <[email protected]>
AuthorDate: Sat Oct 12 22:20:20 2024 +0800
ci: Remove deprecated pypy-3.9 test (#3211)
---
.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 dcba7be54..aa0676c19 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: