Disable Python 3.13 testing

This commit is contained in:
grossmj 2024-10-31 13:53:25 +10:00
parent 74d07173c1
commit 1530bdfc2b
No known key found for this signature in database
GPG Key ID: 0A2D76AC45EA25CD

View File

@ -18,7 +18,7 @@ jobs:
strategy: strategy:
matrix: matrix:
os: ["ubuntu-latest"] os: ["ubuntu-latest"]
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"]
#include: #include:
# only test with Python 3.10 on Windows # only test with Python 3.10 on Windows
# - os: windows-latest # - os: windows-latest