From b118ff904e2341db747556c65666f4a32e6571c5 Mon Sep 17 00:00:00 2001 From: Shuang Wu Date: Mon, 4 Sep 2023 14:44:25 -0500 Subject: [PATCH] chore: set Python version to 3.8.17 for CI compatibility --- .tool-versions | 2 +- python/poetry.lock | 4 ++-- python/pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.tool-versions b/.tool-versions index f2b9376..0366035 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,3 +1,3 @@ nodejs 18.14.2 -python 3.8.18 +python 3.8.17 diff --git a/python/poetry.lock b/python/poetry.lock index 58ad177..b9730c7 100644 --- a/python/poetry.lock +++ b/python/poetry.lock @@ -833,5 +833,5 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" -python-versions = "~3.8.18" -content-hash = "3b7334677adac913ea42e31054feebc9357df5648e0bd0e84b403661e3ad4965" +python-versions = "~3.8.17" +content-hash = "61d9837cb82d7ddf37ee8759d445c73d699ba9a6b087acbced7ff267b56f6567" diff --git a/python/pyproject.toml b/python/pyproject.toml index ab298ae..e0daf31 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -5,7 +5,7 @@ description = "Scripts to communicate between the extension and Qt for Python li authors = ["Shuang Wu "] [tool.poetry.dependencies] -python = "~3.8.18" +python = "~3.8.17" pyside6 = "^6.5.2" pyqt6 = "^6.5.1" pyside2 = { version = "^5.15.2.1", markers = "sys_platform != 'darwin' or platform_machine != 'arm64'" }