Remove Python 3.14 from testing

Until cpython bug https://github.com/python/cpython/issues/142307 is fixed
This commit is contained in:
Sean Whalen
2025-12-05 11:05:29 -05:00
parent 23ae563cd8
commit 4b786846ae

View File

@@ -30,7 +30,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
steps:
- uses: actions/checkout@v5