ending python 3.8 support, adding python 3.14 to automatic test

This commit is contained in:
gnzng
2025-11-11 14:33:55 -06:00
parent 5a3e154e8d
commit 11ed3df35e
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
continue-on-error: true
steps: