Supported Python versions: 3.7 to 3.10.
Main change: fix GLib deprecations
What's Changed
- ci: follow versions in GHA with dependabot (#27)
- ci(tests): use pytest instead of
python setup.py test
(#32) - feat(cython): add the language level to compiler directives (#33)
- fix: replace
GStaticMutex
withGMutex
(#24) - fix: remove
g_thread_init
(#26) - fix: replace
g_mutex_new
withg_mutex_init
(#28) - fix: replace
g_mutex_free
withg_mutex_clear
(#29)
Full Changelog: 1.0.0...1.1.0