mirror of https://github.com/nicolargo/glances.git
Make unit test with Python 3.14 on Windows and MacOS
This commit is contained in:
parent
c0dad78189
commit
de0b1ef2da
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue