Skip to content

Commit ea066e9

Browse files
committed
Update dev version
Update dev version * CI python version from3.9 to 3.12
1 parent e9f0a74 commit ea066e9

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ authors = [
1111
{ name = "JE-Chen", email = "[email protected]" },
1212
]
1313
description = "GUI Automation Framework"
14-
requires-python = ">=3.9"
14+
requires-python = ">=3.10"
1515
license-files = ["LICENSE"]
1616
dependencies = [
1717
"je_open_cv",
@@ -22,7 +22,7 @@ dependencies = [
2222
"mss"
2323
]
2424
classifiers = [
25-
"Programming Language :: Python :: 3.9",
25+
"Programming Language :: Python :: 3.10",
2626
"Development Status :: 2 - Pre-Alpha",
2727
"Environment :: Win32 (MS Windows)",
2828
"Environment :: MacOS X",

0 commit comments

Comments
 (0)