Make unit test with Python 3.14 on Windows and MacOS

This commit is contained in:
nicolargo 2025-11-10 11:08:37 +01:00
parent c0dad78189
commit de0b1ef2da
1 changed files with 2 additions and 2 deletions

View File

@ -71,7 +71,7 @@ jobs:
strategy:
matrix:
# Windows-curses not available for Python 3.14 for the moment
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
python-version: ["3.14"]
steps:
- uses: actions/checkout@v5
@ -100,7 +100,7 @@ jobs:
strategy:
matrix:
# Only test the latest stable version
python-version: ["3.13"]
python-version: ["3.14"]
steps: