Skip to content

Traits 6.4.3

Latest
Compare
Choose a tag to compare
@mdickinson mdickinson released this 09 Oct 13:38
· 99 commits to main since this release
6.4.3
6cc4e9e

This is a bugfix release that fixes test failures with Sphinx 7.2 and later,
and adds support for Python 3.12.

Fixes

  • Use pathlib.Path instead of sphinx.testing.path.path for Sphinx
    7.2 and later. (#1755)
  • Fix uses of the deprecated datetime.utcnow method. (#1758)
  • Update CI and workflows for Python 3.12 support. (#1757)