forked from github.com/blag
added py313 to github actions test suite
This commit is contained in:
1
.github/workflows/python-package.yaml
vendored
1
.github/workflows/python-package.yaml
vendored
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user