visit-dav / visit

VisIt - Visualization and Data Analysis for Mesh-based Scientific Data
https://visit.llnl.gov
BSD 3-Clause "New" or "Revised" License
434 stars 111 forks source link

We need to switch the development branch to use python 3. #5383

Closed brugger1 closed 3 years ago

brugger1 commented 3 years ago

We are currently still building against python 2 on quartz and running the test suite using python 2. The third party libraries on quartz should be rebuilt with python 3 and the config site file updated. The CI should also be built with python 3.

We should remove the python 2 stuff at some later date once we have confidence that the python 3 stuff is solid. This may be in a few months.