tarekziade / molotov

Load Testing Tool
Apache License 2.0
455 stars 31 forks source link

Add python 3.11 to tox testing #150

Closed blisabda closed 1 year ago

blisabda commented 1 year ago
n1ngu commented 1 year ago

In setup.py there is a list of classifiers that are useful to search package metadata in pypi.org

See https://pypi.org/classifiers/

I think it would be nice to add "Programming Language :: Python :: 3.11" in this PR as well!

tarekziade commented 1 year ago

Thanks!