added python 3.13.

This commit is contained in:
Firq 2025-04-05 19:38:56 +02:00
parent 0616453b59
commit c810276484
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20

View file

@ -14,7 +14,7 @@ jobs:
runs-on: dind
strategy:
matrix:
python-version: [ '3.9', '3.10', '3.11', '3.12' ]
python-version: [ '3.9', '3.10', '3.11', '3.12', '3.13' ]
name: build-python
steps:
- name: Set up Docker Buildx