Skip to content

Commit

Permalink
chore: set Python version to 3.8.17 for CI compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
seanwu1105 committed Sep 4, 2023
1 parent 2716f47 commit b118ff9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
nodejs 18.14.2
python 3.8.18
python 3.8.17

4 changes: 2 additions & 2 deletions python/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "Scripts to communicate between the extension and Qt for Python li
authors = ["Shuang Wu <[email protected]>"]

[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'" }
Expand Down

0 comments on commit b118ff9

Please sign in to comment.