andialbrecht / sqlparse

A non-validating SQL parser module for Python
BSD 3-Clause "New" or "Revised" License
3.63k stars 685 forks source link

Add support for Python 3.12 #735

Closed hugovk closed 9 months ago

hugovk commented 9 months ago

Thanks for contributing!

Before submitting your pull request please have a look at the following checklist:

In addition, please take care to provide a proper description on what your change does, fixes or achieves when submitting the pull request.

The second and final Python 3.12 release candidate is out! :rocket:

Call to action

We strongly encourage maintainers of third-party Python projects to prepare their projects for 3.12 compatibilities during this phase, and where necessary publish Python 3.12 wheels on PyPI to be ready for the final release of 3.12.0.

See also https://dev.to/hugovk/help-test-python-312-beta-1508/

codecov[bot] commented 9 months ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (21f9fd5) 96.95% compared to head (ae32c50) 96.95%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #735 +/- ## ======================================= Coverage 96.95% 96.95% ======================================= Files 20 20 Lines 1545 1545 ======================================= Hits 1498 1498 Misses 47 47 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

andialbrecht commented 9 months ago

Thanks a lot!