I see there is an old question about a similar thing here:
How do you install PyCairo (Cairo for Python) on Windows?
Since it\'s from 2012, I guess it\'s out
Pycairo now has Wheels. So simple
pip install pycairo
will work for Windows.