Skip to content

Commit 80b3078

Browse files
emdnetoxrmx
andauthored
Run tests with python 3.14t (#4889)
* Run tests with python 3.14t Signed-off-by: emdneto <9735060+emdneto@users.noreply.github.com> * try bump psutil to latest to fix sdk ci Signed-off-by: emdneto <9735060+emdneto@users.noreply.github.com> * bump psutil in dev-requirements.txt as well Signed-off-by: emdneto <9735060+emdneto@users.noreply.github.com> * Remove platform condition for psutil dependency * Update psutil requirement for all platforms --------- Signed-off-by: emdneto <9735060+emdneto@users.noreply.github.com> Co-authored-by: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com>
1 parent 0e31c12 commit 80b3078

File tree

7 files changed

+1139
-522
lines changed

7 files changed

+1139
-522
lines changed

.github/workflows/generate_workflows.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ def get_test_job_datas(tox_envs: list, operating_systems: list) -> list:
5454
"py312": "3.12",
5555
"py313": "3.13",
5656
"py314": "3.14",
57+
"py314t": "3.14t",
5758
}
5859

5960
test_job_datas = []

0 commit comments

Comments
 (0)