atlassian-api / atlassian-python-api

Atlassian Python REST API wrapper
https://atlassian-python-api.readthedocs.io
Apache License 2.0
1.34k stars 661 forks source link

Add Python 3.12 CI build #1262

Closed offa closed 11 months ago

offa commented 11 months ago

Initial steps to support Python 3.12.

codecov-commenter commented 11 months ago

Codecov Report

All modified lines are covered by tests :white_check_mark:

Comparison is base (29945d7) 34.42% compared to head (271c7f9) 34.42%.

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1262 +/- ## ======================================= Coverage 34.42% 34.42% ======================================= Files 44 44 Lines 8116 8116 Branches 1123 1123 ======================================= Hits 2794 2794 Misses 5208 5208 Partials 114 114 ```

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

offa commented 11 months ago

Wired, setuptools seems missing even though it's installed.

#22 1.434       ERROR: Can not execute `setup.py` since setuptools is not available in the build environment.
gonchik commented 11 months ago

https://github.com/pypa/setuptools/issues/3661