qiime2 / q2-feature-table

QIIME 2 plugin supporting operations on feature tables.
BSD 3-Clause "New" or "Revised" License
2 stars 37 forks source link

Use ConfigParser instead of SafeConfigParser #309

Closed athos-ribeiro closed 5 months ago

athos-ribeiro commented 5 months ago

The configparser's SafeConfigParser has been renamed to ConfigParser in Python 3.2 [1]. It was finally removed in Python 3.12 [2].

[1] https://docs.python.org/dev/whatsnew/3.2.html#configparser [2] https://docs.python.org/3/whatsnew/3.12.html#configparser

Brief summary of the Pull Request, including any issues it may fix using the GitHub closing syntax:

https://help.github.com/articles/closing-issues-using-keywords/

Also, include any co-authors or contributors using the GitHub coauthor tag:

https://help.github.com/articles/creating-a-commit-with-multiple-authors/


Include any questions for reviewers, screenshots, sample outputs, etc.

athos-ribeiro commented 5 months ago

Closing as per https://github.com/qiime2/q2-sample-classifier/pull/229