ci: support python 3.13 on CI

This commit is contained in:
Lucas Gomide
2025-05-15 13:34:13 -03:00
parent c045399d6b
commit 7d15b29df8

View File

@@ -14,7 +14,7 @@ jobs:
timeout-minutes: 15
strategy:
matrix:
python-version: ['3.10', '3.11', '3.12']
python-version: ['3.10', '3.11', '3.12', '3.13']
steps:
- name: Checkout code
uses: actions/checkout@v4