Skip to content

Commit df52d92

Browse files
committed
Update Minimum Python version from 3.9 to 3.10
Update Minimum Python version from 3.9 to 3.10
1 parent 18858ed commit df52d92

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: LoadDensity Dev Python 3.9
1+
name: LoadDensity Dev Python 3.12
22

33
on:
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
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: LoadDensity Stable Python3.9
1+
name: LoadDensity Stable Python3.12
22

33
on:
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

dev.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ authors = [
1111
{ name = "JE-Chen", email = "[email protected]" },
1212
]
1313
description = "Load & Stress Automation Freamework"
14-
requires-python = ">=3.9"
14+
requires-python = ">=3.10"
1515
license-files = ["LICENSE"]
1616
dependencies = [
1717
"locust",
1818
]
1919
classifiers = [
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",

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ authors = [
1111
{ name = "JE-Chen", email = "[email protected]" },
1212
]
1313
description = "Load & Stress Automation Freamework"
14-
requires-python = ">=3.9"
14+
requires-python = ">=3.10"
1515
license-files = ["LICENSE"]
1616
dependencies = [
1717
"locust",
1818
]
1919
classifiers = [
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",

0 commit comments

Comments
 (0)