@@ -3,7 +3,7 @@ name = "expr-simplifier"
33version = " 0.1.1"
44description = " "
55readme = " README.md"
6- requires-python = " >=3.9 "
6+ requires-python = " >=3.10 "
77dependencies = [" typing-extensions>=4.12.2" ]
88authors = [{
name =
" Nyakku Shigure" ,
email =
" [email protected] " }]
99keywords = []
@@ -13,11 +13,11 @@ classifiers = [
1313 " License :: OSI Approved :: MIT License" ,
1414 " Programming Language :: Python" ,
1515 " Programming Language :: Python :: 3" ,
16- " Programming Language :: Python :: 3.9" ,
1716 " Programming Language :: Python :: 3.10" ,
1817 " Programming Language :: Python :: 3.11" ,
1918 " Programming Language :: Python :: 3.12" ,
2019 " Programming Language :: Python :: 3.13" ,
20+ " Programming Language :: Python :: 3.14" ,
2121 " Programming Language :: Python :: Implementation :: CPython" ,
2222]
2323
@@ -32,20 +32,20 @@ expr_simplifier = "expr_simplifier.__main__:main"
3232
3333[dependency-groups ]
3434dev = [
35- " pyright>=1.1.403 " ,
36- " ruff>=0.12.5 " ,
37- " pytest>=8.4.1 " ,
38- " pytest-rerunfailures>=15 .1" ,
35+ " pyright>=1.1.405 " ,
36+ " ruff>=0.13.2 " ,
37+ " pytest>=8.4.2 " ,
38+ " pytest-rerunfailures>=16.0 .1" ,
3939]
4040
4141[tool .pyright ]
4242include = [" src/expr_simplifier" , " tests" ]
43- pythonVersion = " 3.9 "
43+ pythonVersion = " 3.10 "
4444typeCheckingMode = " strict"
4545
4646[tool .ruff ]
4747line-length = 120
48- target-version = " py39 "
48+ target-version = " py310 "
4949
5050[tool .ruff .lint ]
5151select = [
0 commit comments