mirror of
https://github.com/actions/python-versions.git
synced 2025-04-05 14:59:39 +00:00
test(config-test): Remove libreadline check for version >= 3.12
This commit is contained in:
@ -78,6 +78,7 @@ if os_type == 'Darwin':
|
||||
exit(1)
|
||||
|
||||
### Validate libreadline
|
||||
if not have_libreadline:
|
||||
print('Missing libreadline')
|
||||
exit(1)
|
||||
if sys.version_info < (3, 12):
|
||||
if not have_libreadline:
|
||||
print('Missing libreadline')
|
||||
exit(1)
|
Reference in New Issue
Block a user