Test Python 3.14

This commit is contained in:
Piero Toffanin 2025-12-04 12:49:50 -05:00
parent 3eee6c437c
commit 17cfe3a8e4

View File

@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
steps:
- uses: actions/checkout@v4