Closed matthewfeickert closed 1 year ago
Remove the vestigial setup.cfg as with requires-python = ">=3.7" in 219a93a6c19c9f31bf53ccd71fa42cfdef3bb773 the wheels are Python 3.7+ and so there is no longer a Python 2 wheel and so no need to mark anything as 'universal'.
requires-python = ">=3.7"
@jiffyclub this is ready for review.
@jiffyclub gentle ping on this.
Thanks!
Remove the vestigial setup.cfg as with
requires-python = ">=3.7"
in 219a93a6c19c9f31bf53ccd71fa42cfdef3bb773 the wheels are Python 3.7+ and so there is no longer a Python 2 wheel and so no need to mark anything as 'universal'.