Try py3.13

This commit is contained in:
Paul Gauthier 2024-08-05 11:11:19 -03:00
parent 8612ac0e60
commit f8e76bcb88

View file

@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
steps:
- name: Check out repository