add python 3.13 to CI testing

This commit is contained in:
Brian Kohan 2025-04-30 14:57:34 -07:00
parent 1df7f13ccb
commit b375ed1542
No known key found for this signature in database
GPG Key ID: ACE0570056AB4C38

View File

@ -32,6 +32,7 @@ jobs:
- python-version: "3.10"
- python-version: "3.11"
- python-version: "3.12"
- python-version: "3.13"
steps:
- uses: actions/checkout@v4
- name: "Set up Python ${{ matrix.python-version }}"