pace-neutrons / Euphonic

Euphonic is a Python package for efficient simulation of phonon bandstructures, density of states and inelastic neutron scattering intensities from force constants.
GNU General Public License v3.0
29 stars 11 forks source link

Update versioneer #290

Closed ajjackson closed 9 months ago

ajjackson commented 10 months ago

SafeConfigParser has long been deprecated, and causes errors when used by versioneer with Python 3.12

This in turn is breaking a conda-forge build for 3.12 https://github.com/conda-forge/euphonic-feedstock/pull/31#issuecomment-1878588858

github-actions[bot] commented 10 months ago

Test Results

    22 files  +     1      22 suites  +1   41m 49s :stopwatch: - 53m 59s  1 049 tests ±     0   1 043 :white_check_mark: ±     0   6 :zzz: ± 0  0 :x: ±0  10 430 runs   - 11 473  10 367 :white_check_mark:  - 11 410  63 :zzz:  - 63  0 :x: ±0 

Results for commit 329c5726. ± Comparison against base commit de5f2e73.

:recycle: This comment has been updated with latest results.

ajjackson commented 10 months ago

Python 3.11 tests started breaking due to an API change in matplotlib. It's easily worked around, so do that here.