hhatto / autopep8

A tool that automatically formats Python code to conform to the PEP 8 style guide.
https://pypi.org/project/autopep8/
MIT License
4.54k stars 291 forks source link

tox: add python3.12 to test environments #726

Closed mvo5 closed 3 months ago

mvo5 commented 4 months ago

Trying to get to the bottom of issue#712 I think it is good to run the testsuite against py312 - it seems fine and I'm still in the dark why the issues are observed in #712 but this trivial PR seems like a useful starting point :)

codecov-commenter commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 97.83%. Comparing base (af7399d) to head (e49f5e9).

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #726 +/- ## ======================================= Coverage 97.83% 97.83% ======================================= Files 1 1 Lines 2402 2402 ======================================= Hits 2350 2350 Misses 52 52 ```

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