JoshData / python-email-validator

A robust email syntax and deliverability validation library for Python.
The Unlicense
1.11k stars 113 forks source link

Dropping universal wheel support with v2 #100

Closed gitpushdashf closed 1 year ago

gitpushdashf commented 1 year ago

Hi!

Since v2 is dropping Python v2 support, universal wheel support shouldn't needed anymore.

I see this in setup.cfg and the README.

https://packaging.python.org/en/latest/guides/distributing-packages-using-setuptools/#wheels

Related: #17

JoshData commented 1 year ago

Great idea, done!