Skip to content

Commit 0dc6614

Browse files
authored
Merge pull request #163 from Integration-Automation/dev
Dev
2 parents c48d7d2 + e3c5985 commit 0dc6614

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

.github/workflows/dev_python3_9.yml renamed to .github/workflows/dev_python3_12.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717

1818
steps:
1919
- uses: actions/checkout@v3
20-
- name: Set up Python 3.9
20+
- name: Set up Python 3.12
2121
uses: actions/setup-python@v3
2222
with:
23-
python-version: "3.9"
23+
python-version: "3.12"
2424
- name: Install dependencies
2525
run: |
2626
python -m pip install --upgrade pip wheel

.github/workflows/stable_python3_9.yml renamed to .github/workflows/stable_python3_12.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717

1818
steps:
1919
- uses: actions/checkout@v3
20-
- name: Set up Python 3.9
20+
- name: Set up Python 3.12
2121
uses: actions/setup-python@v3
2222
with:
23-
python-version: "3.9"
23+
python-version: "3.12"
2424
- name: Install dependencies
2525
run: |
2626
python -m pip install --upgrade pip wheel

dev.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@ build-backend = "setuptools.build_meta"
66

77
[project]
88
name = "je_editor_dev"
9-
version = "0.0.226"
9+
version = "0.0.227"
1010
authors = [
1111
{ name = "JE-Chen", email = "[email protected]" },
1212
]
1313
description = "JEditor is basic but powerful editor include GPT"
14-
requires-python = ">=3.9"
14+
requires-python = ">=3.10"
1515
license-files = ["LICENSE"]
1616
dependencies = [
17-
"PySide6==6.9.0", "qt-material", "yapf", "frontengine", "pycodestyle", "jedi",
17+
"PySide6==6.9.1", "qt-material", "yapf", "frontengine", "pycodestyle", "jedi",
1818
"qtconsole", "langchain_openai", "langchain", "pydantic"
1919
]
2020
classifiers = [
21-
"Programming Language :: Python :: 3.9",
21+
"Programming Language :: Python :: 3.10",
2222
"Development Status :: 2 - Pre-Alpha",
2323
"Environment :: Win32 (MS Windows)",
2424
"Environment :: MacOS X",

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@ build-backend = "setuptools.build_meta"
66

77
[project]
88
name = "je_editor"
9-
version = "0.0.205"
9+
version = "0.0.207"
1010
authors = [
1111
{ name = "JE-Chen", email = "[email protected]" },
1212
]
1313
description = "JEditor is basic but powerful editor include GPT"
14-
requires-python = ">=3.9"
14+
requires-python = ">=3.10"
1515
license-files = ["LICENSE"]
1616
dependencies = [
17-
"PySide6==6.9.0", "qt-material", "yapf", "frontengine", "pycodestyle", "jedi",
17+
"PySide6==6.9.1", "qt-material", "yapf", "frontengine", "pycodestyle", "jedi",
1818
"qtconsole", "langchain_openai", "langchain", "pydantic"
1919
]
2020
classifiers = [
21-
"Programming Language :: Python :: 3.9",
21+
"Programming Language :: Python :: 3.10",
2222
"Development Status :: 2 - Pre-Alpha",
2323
"Environment :: Win32 (MS Windows)",
2424
"Environment :: MacOS X",

0 commit comments

Comments
 (0)