mit-crpg / OpenMOC

A method of characteristics code for nuclear reactor physics calculations.
https://mit-crpg.github.io/OpenMOC/
Other
150 stars 85 forks source link

Support Python 3.10 #476

Closed tjlaboss closed 2 years ago

tjlaboss commented 2 years ago

Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.10 it will stop working.

Addresses #475. Adds 3.10 to the test matrix.

GiudGiud commented 2 years ago

Thanks for the fix. I'll let you merge this when you want