gugarosa / opytimizer

🐦 Opytimizer is a Python library consisting of meta-heuristic optimization algorithms.
https://opytimizer.readthedocs.io
Apache License 2.0
604 stars 41 forks source link

updated classifiers #25

Closed anukaal closed 2 years ago

anukaal commented 2 years ago

added support for python 3.10

gugarosa commented 2 years ago

Have you tested if everything works properly on Python 3.10? Including requirements, tests, Travis build and every other possible aspect that might be influenced by version changes.

We need to assert that everything works prior to introduce Opytimizer's support to new version.