wasmer-python icon indicating copy to clipboard operation
wasmer-python copied to clipboard

Python3.10 releases for v1.0.0

Open noahp opened this issue 2 years ago • 0 comments

Motivation

Related to #631 , would it be possible to deploy some python3.10-compatible wheels for v1.0.0?

https://pypi.org/project/wasmer/1.0.0/#files

Proposed solution

Should be sufficient to update the github action for the v1.0.0 tag (maybe up the version number to v1.0.1 to not collide?) and deploy the new packages. I took a crack at it here:

https://github.com/noahp/wasmer-python/commit/5aba4704ab5980d2657402fa6725ce6b6ce9ad44

Alternatives

Ideally I'd like to update to v1.1.0 but would need a workaround for #631 .

noahp avatar May 23 '22 18:05 noahp