qiime2 / q2-dada2

QIIME 2 plugin wrapping DADA2
BSD 3-Clause "New" or "Revised" License
19 stars 36 forks source link

Use ConfigParser instead of SafeConfigParser #166

Closed athos-ribeiro closed 2 months ago

athos-ribeiro commented 2 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

athos-ribeiro commented 2 months ago

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