Closed anmyachev closed 5 months ago
Can we now switch to testing with python 3.10?
Can we now switch to testing with python 3.10?
I don't think so, we can easily start using python functionality that isn't in 3.9 and break the code.
Maybe we should add weekly testing on python 3.10 to catch such breaking changes so as to be prepared for transition to python 3.10?
Why only a subset of CI tests? Which tests are missing?
Why only a subset of CI tests? Which tests are missing?
For example, test-fuzzydata
.
What do these changes do?
Python 3.11 has been tested separately in https://github.com/modin-project/modin/pull/7317. It works.
flake8 modin/ asv_bench/benchmarks scripts/doc_checker.py
black --check modin/ asv_bench/benchmarks scripts/doc_checker.py
git commit -s
docs/development/architecture.rst
is up-to-date