seddonym / import-linter

Import Linter allows you to define and enforce rules for the internal and external imports within your Python project.
https://import-linter.readthedocs.io/
BSD 2-Clause "Simplified" License
664 stars 45 forks source link

add Python 3.12 build #184

Closed gruebel closed 1 year ago

gruebel commented 1 year ago

There were a couple of deprecation warnings related to the pytest version, so I updated all of the dev dependencies used for running the tests.

I was not sure, what exactly I should put in the changelog, feel free to correct me 😄