apache / datafusion-python

Apache DataFusion Python Bindings
https://datafusion.apache.org/python
Apache License 2.0
321 stars 64 forks source link

github test action: drop python 3.7, add python 3.12 #736

Closed Michael-J-Ward closed 1 week ago

Michael-J-Ward commented 1 week ago

Which issue does this PR close?

Closes #726 Supersedes #612 Supersedes #470

Rationale for this change

Python 3.7 has reached end of life. Python 3.12 is currently the latest.

Ref: https://devguide.python.org/versions/#python-release-cycle

What changes are included in this PR?

python 3.7 testing was dropped. python 3.12 testing was added.

Are there any user-facing changes?

no