ci: update python versions

This commit is contained in:
Adam Uhlíř 2024-12-18 14:37:45 +01:00
parent 1c464aa6ad
commit 6f76650d05
No known key found for this signature in database
GPG Key ID: 1D17A9E81F76155B

View File

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