enthought / traits

Observable typed attributes for Python classes
Other
421 stars 85 forks source link

Fix Traits build error on Python 3.13 #1767

Closed mdickinson closed 4 months ago

mdickinson commented 5 months ago

This PR updates the core test workflow to run tests on the in-development 3.13 version of Python, and fixes use of the now-removed Py_TRASHCAN_SAFE_BEGIN/END macros.

Fixes #1765.