amazon-ion / ion-python

A Python implementation of Amazon Ion.
https://amazon-ion.github.io/ion-docs/
Apache License 2.0
260 stars 50 forks source link

GHA windows build test doesn't work with python 3.8 #308

Open cheqianh opened 10 months ago

cheqianh commented 10 months ago

Currently, build test on windows doesn't support python 3.8, it throws below exception

Run python3 -m venv ./venv
Error: [WinError [2](https://github.com/amazon-ion/ion-python/actions/runs/6963159507/job/18948248057#step:5:2)] The system cannot find the file specified
Error: Process completed with exit code 1.

but it works for pypy and python 3.8+