diff --git a/.github/workflows/python-package.yaml b/.github/workflows/python-package.yaml index a605a6d..aa0eb5c 100644 --- a/.github/workflows/python-package.yaml +++ b/.github/workflows/python-package.yaml @@ -20,6 +20,7 @@ jobs: - "3.10" - "3.11" - "3.12" + - "3.13" steps: - uses: actions/checkout@v4 diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a21ca3..0bd0a3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [unreleased] + +* Added Python 3.13 to github actions + ## [2.3.2] -- 2024-10-13 * Ignore FileNotFoundError when trying to get the last modified time of files