File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1- name : LoadDensity Dev Python 3.9
1+ name : LoadDensity Dev Python 3.12
22
33on :
44 push :
@@ -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 1- name : LoadDensity Stable Python3.9
1+ name : LoadDensity Stable Python3.12
22
33on :
44 push :
@@ -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,13 +11,13 @@ authors = [
1111 {
name =
" JE-Chen" ,
email =
" [email protected] " },
1212]
1313description = " Load & Stress Automation Freamework"
14- requires-python = " >=3.9 "
14+ requires-python = " >=3.10 "
1515license-files = [" LICENSE" ]
1616dependencies = [
1717 " locust" ,
1818]
1919classifiers = [
20- " Programming Language :: Python :: 3.9 " ,
20+ " Programming Language :: Python :: 3.10 " ,
2121 " Development Status :: 2 - Pre-Alpha" ,
2222 " Environment :: Win32 (MS Windows)" ,
2323 " Environment :: MacOS X" ,
Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ authors = [
1111 {
name =
" JE-Chen" ,
email =
" [email protected] " },
1212]
1313description = " Load & Stress Automation Freamework"
14- requires-python = " >=3.9 "
14+ requires-python = " >=3.10 "
1515license-files = [" LICENSE" ]
1616dependencies = [
1717 " locust" ,
1818]
1919classifiers = [
20- " Programming Language :: Python :: 3.9 " ,
20+ " Programming Language :: Python :: 3.10 " ,
2121 " Development Status :: 2 - Pre-Alpha" ,
2222 " Environment :: Win32 (MS Windows)" ,
2323 " Environment :: MacOS X" ,
You can’t perform that action at this time.
0 commit comments