Skip to content

Commit

Permalink
Issue #9 integer minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
thompson318 committed Jan 23, 2024
1 parent 1b3df22 commit d9feec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ndicapimodule.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -1748,7 +1748,7 @@ ndicapiExport MOD_INIT(ndicapy)
PyNdicapiType.ob_type = &PyType_Type;
PyNDIBitfield_Type.ob_type = &PyType_Type;
#else
#if PY_MINOR_VERSION < 3.9
#if PY_MINOR_VERSION < 9
Py_TYPE(&PyNdicapiType) = &PyType_Type;
Py_TYPE(&PyNDIBitfield_Type) = &PyType_Type;
#else
Expand Down

0 comments on commit d9feec0

Please sign in to comment.