nolds
nolds copied to clipboard
Adjust CI pipelines to only test with Python 3.
After we switched to Python 3 in the codebase, the CI tests for Python 2 will surely start to fail. Solution: Remove the tests. :laughing:
- [x] Remove CI tests for Python 2.x.
- [ ] Decide which Python versions to test (3.11 upward?).
- [ ] Adjust the metadata accordingly.