File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ jobs:
17
17
18
18
steps :
19
19
- uses : actions/checkout@v3
20
- - name : Set up Python 3.9
20
+ - name : Set up Python 3.12
21
21
uses : actions/setup-python@v3
22
22
with :
23
- python-version : " 3.9 "
23
+ python-version : " 3.12 "
24
24
- name : Install dependencies
25
25
run : |
26
26
python -m pip install --upgrade pip wheel
Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ jobs:
17
17
18
18
steps :
19
19
- uses : actions/checkout@v3
20
- - name : Set up Python 3.9
20
+ - name : Set up Python 3.12
21
21
uses : actions/setup-python@v3
22
22
with :
23
- python-version : " 3.9 "
23
+ python-version : " 3.12 "
24
24
- name : Install dependencies
25
25
run : |
26
26
python -m pip install --upgrade pip wheel
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ authors = [
11
11
{
name =
" JE-Chen" ,
email =
" [email protected] " },
12
12
]
13
13
description = " GUI Automation Framework"
14
- requires-python = " >=3.9 "
14
+ requires-python = " >=3.10 "
15
15
license-files = [" LICENSE" ]
16
16
dependencies = [
17
17
" je_open_cv" ,
@@ -22,7 +22,7 @@ dependencies = [
22
22
" mss"
23
23
]
24
24
classifiers = [
25
- " Programming Language :: Python :: 3.9 " ,
25
+ " Programming Language :: Python :: 3.10 " ,
26
26
" Development Status :: 2 - Pre-Alpha" ,
27
27
" Environment :: Win32 (MS Windows)" ,
28
28
" Environment :: MacOS X" ,
You can’t perform that action at this time.
0 commit comments