File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 - " **"
77
88env :
9- PYTHON_VERSION : " 3.12 "
9+ PYTHON_VERSION : " 3.10 "
1010
1111jobs :
1212 types :
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ This project uses [uv](https://github.com/astral-sh/uv) instead of `pip` for man
3535
3636### Prerequisites
3737
38- - Python >= 3.12
38+ - Python >= 3.10
3939- [ uv] ( https://github.com/astral-sh/uv )
4040
4141### Steps
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ license = {text = "MIT"}
1111authors = [
1212 {name = " Nhat Huy Vu" , email = " vunhathuy234@gmail.com" }
1313]
14- requires-python = " >=3.12 "
14+ requires-python = " >=3.10 "
1515classifiers = [
1616 " Programming Language :: Python :: 3" ,
1717 " Operating System :: OS Independent" ,
@@ -62,7 +62,7 @@ fmt = [
6262]
6363
6464[tool .mypy ]
65- python_version = " 3.12 "
65+ python_version = " 3.10 "
6666strict = true
6767warn_return_any = true
6868warn_unused_configs = true
You can’t perform that action at this time.
0 commit comments