This release contains some internal plumbing changes that allow the project to stay in sync with DuckDB versions more promptly.
Changes
- Changed static list of DuckDB versions to a dynamic list sourced directly from the DuckDB repository. This allows for this data to be updated via automation and removes the need for code changes to support future versions.
- Added workflows to automatically update the aforementioned data file whenever DuckDB releases a new version.
- Updated PyPi build to use Python 3.13, and added the same version to test matrix.
Pull Requests
* Dynamic Version Table by MrFlynn in https://github.com/MrFlynn/duckdb-upgrade/pull/1
* New DuckDB version v1.2.1 by github-actions in https://github.com/MrFlynn/duckdb-upgrade/pull/4
**Full Changelog**: https://github.com/MrFlynn/duckdb-upgrade/compare/0.1.1...0.2.0