more python-version for tests

This commit is contained in:
Kirill Markin 2024-12-16 10:40:13 +01:00
parent 6bcd21f40f
commit 2a8f31cf18
No known key found for this signature in database
GPG key ID: 03AB9530E15B9C1C

View file

@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
steps:
- uses: actions/checkout@v4