1
0
mirror of https://github.com/venthur/blag.git synced 2025-11-25 20:52:43 +00:00

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.11"
- "3.12"
- "3.13"
steps:
- uses: actions/checkout@v4