OpenKMIP / PyKMIP

A Python implementation of the KMIP specification.
Apache License 2.0
272 stars 134 forks source link

Set the except clause as a parenthesized tuple #635

Closed jcapiitao closed 4 years ago

jcapiitao commented 4 years ago

Hi folks,

In Fedora, the package build fails [1] for the current latest version (0.10.0), because python3.9 is used as default. I know py39 is not yet supported, but this change makes the build process successful.

[1] https://koji.fedoraproject.org/koji/taskinfo?taskID=51511749

PeterHamilton commented 4 years ago

Hi @jcapiitao, thanks for submitting this patch. It's a minor change that I'm fine with merging in. Our CI system is currently broken due to older versions of Python breaking on different build hosts and incompatible dependencies. I need to go through and update our current set of supported environments.

Regardless, this looks fine to me. Thanks!