Skip to content

Commit 03be546

Browse files
authored
Removed pypy from nightlies (#697)
This PR removes PyPy 3.9 from nightly tests, since Thrift compilaiton fails during pre--test setup , which in turn causes the failure of nightly tests: https://github.com/hazelcast/hazelcast-python-client/actions/runs/10500661230/job/29089388966 Note that PyPy was never advertised as a supported Python variant. Removal of this test setup doesn't preclude unofficial PyPy support.
1 parent d776810 commit 03be546

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly_runner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
name: Run tests with Python ${{ matrix.python-version }} on ${{ matrix.os }}
1010
strategy:
1111
matrix:
12-
python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11', '3.12', 'pypy-3.9']
12+
python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
1313
os: [ ubuntu-20.04, windows-latest ]
1414
exclude:
1515
- os: windows-latest

0 commit comments

Comments
 (0)