Merge branch 'stable'

This commit is contained in:
David Lord 2025-11-17 10:05:51 -08:00
commit 2579ce9f18
No known key found for this signature in database
GPG key ID: 43368A7AA8CC5926

View file

@ -13,10 +13,12 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
include: include:
- {python: '3.14', tox: 'py3.14,py3.14t'} - {python: '3.14'}
- {python: '3.14t'}
- {name: Windows, python: '3.14', os: windows-latest} - {name: Windows, python: '3.14', os: windows-latest}
- {name: Mac, python: '3.14', os: macos-latest} - {name: Mac, python: '3.14', os: macos-latest}
- {python: '3.13', tox: 'py3.13,py3.13t'} - {python: '3.13'}
- {python: '3.13t'}
- {python: '3.12'} - {python: '3.12'}
- {python: '3.11'} - {python: '3.11'}
- {python: '3.10'} - {python: '3.10'}