This is an automated email from the ASF dual-hosted git repository. tomaz pushed a commit to branch run_tests_pypy38 in repository https://gitbox.apache.org/repos/asf/libcloud.git
commit 7e0bc3195ca78e9f065c6fbbb280318affbb4552 Author: Tomaz Muraus <to...@tomaz.me> AuthorDate: Wed Aug 2 09:27:31 2023 +0200 Try running tests under PyPy 3.8. --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 96532f68f..f4fb3346a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -39,7 +39,8 @@ jobs: - "3.11" - "3.12-dev" # TODO: Investigate why it started failing with cryptic error on CI - #- "pypy-3.7" + - "pypy-3.7" + - "pypy-3.8" os: - ubuntu-latest include: