From 85e57a7ef2ae5889650c74d432278554e414c424 Mon Sep 17 00:00:00 2001 From: Bastian Venthur Date: Fri, 3 Jan 2025 10:46:22 +0100 Subject: [PATCH] added py313 to github actions test suite --- .github/workflows/python-package.yaml | 1 + CHANGELOG.md | 4 ++++ 2 files changed, 5 insertions(+) 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