Project-Platypus / Platypus

A Free and Open Source Python Library for Multiobjective Optimization
GNU General Public License v3.0
573 stars 152 forks source link

Require Python 3.8+ #225

Closed EwoutH closed 3 months ago

EwoutH commented 3 months ago

Drop Python 3.6 and 3.7, since both are end-of-life. Require Python 3.8+.

Also adds testing for Python 3.12 and Python 3.13, and does a few small cleanups.