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)
|
exit(1)
|
||||||
|
|
||||||
### Validate libreadline
|
### Validate libreadline
|
||||||
if not have_libreadline:
|
if sys.version_info < (3, 12):
|
||||||
print('Missing libreadline')
|
if not have_libreadline:
|
||||||
exit(1)
|
print('Missing libreadline')
|
||||||
|
exit(1)
|
Reference in New Issue
Block a user