tohojo / flent

The FLExible Network Tester.
https://flent.org
Other
428 stars 79 forks source link

Remove forgotten support for python 3.5 #308

Closed vincele closed 4 weeks ago

vincele commented 1 month ago

The last python version deprecation change forgot setup.py. Update that to be on the same level as in flent/__init__.py

Fixes: abe88692ca94f5dde96f3ea0889ef2c5035c2a27 Last changed in : 43c82cd01556ef746db608e84eba9a3b5a141aa0

vincele commented 1 month ago

Tested on:

$ python -V
Python 3.12.4

So, kind-of untested...

vincele commented 1 month ago

Like in the other PR: Looks like the test suite failures are related to numpy and/or matplotlib. Probably not related to the PR modifications

PS: I did not check all test suite failures for this one