It seems that c-ares supports DNSSEC for example it seems they support DNSKEY queries:
https://github.com/c-ares/c-ares/blob/7ebedab25dab50b2f008fbef8601c223096bb780/test/dns-proto.cc#L132
However, when I try with pycares I get this error:

It works with dns.resolver.query('dnssec-tools.org', 'DNSKEY')
It seems that c-ares supports DNSSEC for example it seems they support DNSKEY queries:
https://github.com/c-ares/c-ares/blob/7ebedab25dab50b2f008fbef8601c223096bb780/test/dns-proto.cc#L132
However, when I try with pycares I get this error:

It works with
dns.resolver.query('dnssec-tools.org', 'DNSKEY')