apache / iceberg-python

Apache PyIceberg
https://py.iceberg.apache.org/
Apache License 2.0
472 stars 174 forks source link

Support python 3.12 #1068

Closed kevinjqliu closed 2 months ago

kevinjqliu commented 3 months ago

This PR adds support for python 3.12 to the PyIceberg project. It includes building and releasing for python version 3.12.

Pre-req: #1118, update markdown linter to use markdownlint which supports python 3.12 Closes #28