Added Python 3.13
Some checks failed
Build Docker Image / Build and Push (3.10) (push) Failing after 45m22s
Build Docker Image / Build and Push (3.11) (push) Failing after 50m42s
Build Docker Image / Build and Push (3.12) (push) Failing after 1h12m36s
Build Docker Image / Build and Push (3.13) (push) Failing after 36m37s

This commit is contained in:
2024-10-08 22:39:51 +03:00
parent 53b4bde474
commit eb269b0261
2 changed files with 90 additions and 1 deletions

View File

@@ -21,7 +21,7 @@ jobs:
strategy:
matrix:
python-version: ['3.10', '3.11', '3.12']
python-version: ['3.10', '3.11', '3.12', '3.13']
steps:
- name: Checkout