1
0
mirror of https://github.com/venthur/blag.git synced 2025-11-25 12:42:41 +00:00

Added Python 3.14 compatibility

This commit is contained in:
Bastian Venthur
2025-10-10 08:24:29 +02:00
parent d0c246a6c3
commit b7e0baa331
2 changed files with 2 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ jobs:
- "3.11" - "3.11"
- "3.12" - "3.12"
- "3.13" - "3.13"
- "3.14"
steps: steps:
- uses: actions/checkout@v5 - uses: actions/checkout@v5

View File

@@ -2,6 +2,7 @@
## [unreleased] -- ## [unreleased] --
* Added Python 3.14 compatibility
* Removed requirements.txt and requirements-dev.txt * Removed requirements.txt and requirements-dev.txt
## [2.3.3] -- 2025-04-27 ## [2.3.3] -- 2025-04-27