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

removed py3.13 from github ci, it is not supported yet

This commit is contained in:
Bastian Venthur
2024-04-24 22:14:39 +02:00
parent de8542b90b
commit 902e9b94c4
2 changed files with 1 additions and 2 deletions

View File

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