bis-med-it / pysdmx

Your opinionated Python SDMX library
https://www.sdmx.io/tools/pysdmx/
Other
8 stars 2 forks source link

Fix issues with deserialization of SDMX-JSON output #94

Closed sosna closed 3 weeks ago

sosna commented 3 weeks ago

Fix #93

sosna commented 3 weeks ago

There is a new issue with the build system on MacOS (poetry fails to install a package). I don't know why yet. This is not an issue with the code itself (i.e. I ran the same build on my Mac locally, and it completes successfully). Therefore, I have temporarily disabled the macos builds, so that we can proceed with the release.

I have also added a build against the latest version of Python (3.13).

javihern98 commented 3 weeks ago

Regarding the macOS build issue, we had similar problems with other projects, seems to be an issue with a dependency of poetry.

I suggest using pyproject-hooks==1.0.0 as a dev package and try again. This is not only a problem related with macOS as we had similar issues on ubuntu.

Another solution would be to add some code to the github actions to upgrade the pip, setuptools and wheel versions, maybe they are outdated, in any case we need to dive into it for the final 1.0.0 version.