roskakori / pygount

count lines of code for hundreds of languages using pygments
https://pygount.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
155 stars 22 forks source link

Remove support for Python 3.8 #158

Open roskakori opened 2 months ago

roskakori commented 2 months ago

Dependencies

Python 3.8 is out of service, which is expected to happen 2024-10.

Goals

Estimate: 1h

roskakori commented 1 month ago

@TD-Base Please leave this alone for now. According to Status of Python versions, version 3.8 is still supported until October 2024.

This isssue mostly exists because the code contains a couple of TODO comments for things that can only be cleaned up after 3.8 is out of service and 3.9 can be assumed to be the minimum version for this project.