File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.10
38+ - Python >= 3.12
3939- [ uv] ( https://github.com/astral-sh/uv )
4040
4141### Steps
Original file line number Diff line number Diff line change 77![ License] ( https://img.shields.io/badge/license-MIT-brightgreen )
88![ Version] ( https://img.shields.io/badge/version-0.1.3-blue )
99![ Status] ( https://img.shields.io/badge/status-pre--release-orange )
10- ![ Python] ( https://img.shields.io/badge/Python-3.10 %2B-brightgreen )
10+ ![ Python] ( https://img.shields.io/badge/Python-3.12 %2B-brightgreen )
1111![ Contributions] ( https://img.shields.io/badge/contributions-welcome-brightgreen )
1212
1313# Welcome to ` pyvisim ` !
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.10 "
14+ requires-python = " >=3.12 "
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.14 "
65+ python_version = " 3.12 "
6666strict = true
6767warn_return_any = true
6868warn_unused_configs = true
@@ -91,7 +91,7 @@ module = [
9191ignore_missing_imports = true
9292
9393[tool .ruff ]
94- target-version = " py314 "
94+ target-version = " py312 "
9595line-length = 88
9696
9797[tool .ruff .lint ]
You can’t perform that action at this time.
0 commit comments