templateflow / python-client

A python client to query TemplateFlow via pyBIDS
https://templateflow.org/python-client/
Apache License 2.0
8 stars 10 forks source link

MNT: Python 3.12 support, drop Python 3.7 and pkg_resources #109

Closed effigies closed 9 months ago

effigies commented 9 months ago

From niworkflows tests, it looks like setuptools has finally killed off pkg_resources. Need to get a templateflow release without it.

codecov[bot] commented 9 months ago

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Files Coverage Δ
templateflow/__init__.py 100.00% <100.00%> (ø)
templateflow/conf/__init__.py 79.51% <100.00%> (-1.97%) :arrow_down:
templateflow/conf/_s3.py 97.91% <100.00%> (ø)
templateflow/conf/bids.py 100.00% <100.00%> (ø)
templateflow/_loader.py 97.14% <97.14%> (ø)

:loudspeaker: Thoughts on this report? Let us know!.

effigies commented 9 months ago

@mgxd Could I trouble you for a review?