added py313 to github actions test suite

This commit is contained in:
Bastian Venthur
2025-01-03 10:46:22 +01:00
parent ef18685cef
commit 85e57a7ef2
2 changed files with 5 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ jobs:
- "3.10" - "3.10"
- "3.11" - "3.11"
- "3.12" - "3.12"
- "3.13"
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4

View File

@@ -1,5 +1,9 @@
# Changelog # Changelog
## [unreleased]
* Added Python 3.13 to github actions
## [2.3.2] -- 2024-10-13 ## [2.3.2] -- 2024-10-13
* Ignore FileNotFoundError when trying to get the last modified time of files * Ignore FileNotFoundError when trying to get the last modified time of files