amazon-ion / ion-python

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

Test Pipeline need to support the latest python version 3.12 #339

Open cheqianh opened 4 months ago

cheqianh commented 4 months ago

Currently the test workflow (GHA) only support python versions 3.9 to 3.11, need to add 3.12.

I tried to add 3.12 recently and found a build issue, need more investigation.