Add Python 3.12 and 3.13 to test matrix

This commit is contained in:
Julian Gilbey
2024-11-22 09:44:49 +00:00
parent 1c01dafc2b
commit c792ae546c

View File

@@ -29,7 +29,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
experimental: [false]
steps:
- uses: actions/checkout@v2