Skip to content

Commit 96bbfcb

Browse files
committed
add arm64 to the accepted list of platforms
1 parent 600e1a0 commit 96bbfcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graalpython/lib-python/3/test/test_platform.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ def test_mac_ver(self):
217217
self.assertEqual(res[1], ('', '', ''))
218218

219219
if sys.byteorder == 'little':
220-
self.assertIn(res[2], ('i386', 'x86_64'))
220+
self.assertIn(res[2], ('i386', 'x86_64', 'arm64'))
221221
else:
222222
self.assertEqual(res[2], 'PowerPC')
223223

0 commit comments

Comments
 (0)