Skip to content

Improved python build string regex in search.py

Duncan Macleod requested to merge duncanmmacleod/conda:search-pyreg into testing

This MR improves the search.py script regex to determine python build strings. This requires the new walrus operator, so is now python>=3.8.

Merge request reports