Skip to content

Commit

Permalink
Update tests/test_osx_utils.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Murray <[email protected]>
  • Loading branch information
mattip and radarhere authored Oct 22, 2024
1 parent e85e572 commit c493b65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_osx_utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ fi
[ "$(macpython_sdk_list_for_version 3.9.3)" == "10.9 11.0" ] || ingest
[ "$(macpython_sdk_list_for_version 3.9.0)" == "10.9" ] || ingest
[ "$(macpython_sdk_list_for_version 3.8)" == "10.9 11.0" ] || ingest
[ "$(macpython_sdk_list_for_version 3.8.10)" == "10.9 11.0" ] || ingest
[ "$(macpython_sdk_list_for_version 3.8.3)" == "10.9" ] || ingest
[ "$(macpython_sdk_list_for_version 3.8.10)" == "10.9 11.0" ] || ingest
[ "$(macpython_sdk_list_for_version 3.8.3)" == "10.9" ] || ingest
[ "$(macpython_sdk_list_for_version 3.7.5)" == "10.6 10.9" ] || ingest
[ "$(macpython_sdk_list_for_version 3.7)" == "10.6 10.9" ] || ingest
[ "$(macpython_sdk_list_for_version 3.6.5)" == "10.6 10.9" ] || ingest
Expand Down

0 comments on commit c493b65

Please sign in to comment.