Open bandophahita opened 5 months ago
@bandophahita based on the stats : https://pypistats.org/packages/atlassian-python-api
time to skip python2 version with proper announce.
How about dropping unsupported python3 versions?
3.7 was end-of-life last year. 3.6 ended in 2021.
https://devguide.python.org/versions/
@bandophahita Indeed, let me adjust it.
I'm currently working on a draft PR to add type hint annotations and I noticed black installs an older version in python3.6 & python3.7. This is causing inconsistent results in tox due to changes in formatting between older and newer versions of black.
See: https://github.com/atlassian-api/atlassian-python-api/actions/runs/9490554332 for the results.
There are a couple of options I can see:
add(this does not appear to work)# fmt: skip
in the places where versions of black differMy question for the maintainers; what do you suggest?