From 4e04a8b59d02ef08329718b7e9db49b387f70322 Mon Sep 17 00:00:00 2001 From: Mathias Hauser Date: Fri, 11 Oct 2024 10:20:17 +0200 Subject: [PATCH] changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a04349..37d4f19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ longer be passed by position ([#99](https://github.com/mathause/filefinder/pull/99)). - `FileFinder` now raises an error if an invalid `"{placeholder}"` is used ([#99](https://github.com/mathause/filefinder/pull/99)). +- Explicitly test on python 3.13 ([#103](https://github.com/mathause/filefinder/pull/103)). - Drop support for python 3.9 ([#102](https://github.com/mathause/filefinder/pull/102)). ## v0.3.0 - 27.03.2024