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:
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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ authors = [
1111 {
name =
" JE-Chen" ,
email =
" [email protected] " },
1212]
1313description = " GUI Automation Framework"
14- requires-python = " >=3.9 "
14+ requires-python = " >=3.10 "
1515license-files = [" LICENSE" ]
1616dependencies = [
1717 " je_open_cv" ,
@@ -22,7 +22,7 @@ dependencies = [
2222 " mss"
2323]
2424classifiers = [
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" ,
You can’t perform that action at this time.
0 commit comments