Skip to content

Commit a86b1ca

Browse files
committed
chore: reduced the minimum python version 3.10 inside pyproject toml file accross different dependencies
Signed-off-by: rafaeljohn9 <rafaeljohb@gmail.com>
1 parent 84ef319 commit a86b1ca

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ classifiers = [
1919
"Development Status :: 4 - Beta",
2020
"Intended Audience :: Developers",
2121
"License :: OSI Approved :: Apache Software License",
22+
"Programming Language :: Python :: 3.10",
23+
"Programming Language :: Python :: 3.11",
2224
"Programming Language :: Python :: 3.12",
2325
"Operating System :: OS Independent",
2426
"Topic :: Software Development :: Libraries :: Python Modules",
@@ -94,7 +96,7 @@ packages = ["mpesakit"]
9496

9597
# Ruff configuration-sdk/is
9698
[tool.ruff]
97-
target-version = "py312"
99+
target-version = "py310"
98100
fix = true
99101

100102
[tool.ruff.lint]

0 commit comments

Comments
 (0)