mirror of
https://github.com/venthur/blag.git
synced 2025-11-25 12:42:41 +00:00
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.11"
|
||||
- "3.12"
|
||||
- "3.13"
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user