new: add python3.13 to ci (#849)

This commit is contained in:
George
2024-11-15 10:17:49 +01:00
committed by GitHub
parent 2d4fc2104c
commit bf14069f65
3 changed files with 3 additions and 1 deletions

View File

@@ -19,6 +19,7 @@ jobs:
- '3.10.x'
- '3.11.x'
- '3.12.x'
- '3.13.x'
os:
- macos-latest

View File

@@ -19,6 +19,7 @@ jobs:
- '3.10.x'
- '3.11.x'
- '3.12.x'
- '3.13.x'
os:
- ubuntu-latest

View File

@@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: true
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
os: [ubuntu-latest]
name: Python ${{ matrix.python-version }} test