fix: upgrade python version

This commit is contained in:
2024-12-20 16:14:34 +01:00
parent fe2888c9a6
commit b2f8febdb6
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -6,8 +6,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.10", "3.11"]
os: [ubuntu-22.04]
python-version: ["3.13"]
os: [ubuntu-24.04]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2