Python 3.13

This commit is contained in:
Andras Schmelczer 2026-03-11 22:03:58 +00:00
parent 5a698fe65d
commit 0aea22c211

View file

@ -140,6 +140,10 @@ jobs:
steps:
- uses: actions/checkout@v6
- uses: actions/setup-python@v5
with:
python-version: '3.13'
- uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.target }}