The major change is that this is the first release of `censusdis` to support Python 3.13. An unfortunate side effect of this is that
Python 3.9 is no longer supported. If there are serious bugs or security issues, we will continue to patch the 1.2.X branch and issue new releases, but otherwise, new features will be on the main 1.3.X branch.
What's Changed
* Fix Pandas deprecation warnings in tests by arilamstein in https://github.com/censusdis/censusdis/pull/313
* Upgrade version of fiona by arilamstein in https://github.com/censusdis/censusdis/pull/315
* Adjusted PR for python 3.13 after resolving poetry conflicts. by vengroff in https://github.com/censusdis/censusdis/pull/317
New Contributors
* arilamstein made their first contribution in https://github.com/censusdis/censusdis/pull/313
**Full Changelog**: https://github.com/censusdis/censusdis/compare/1.2.4...1.3.0