@@ -9,19 +9,19 @@ description = "A library to help automate the creation of universal python libra
99readme  = " README.md" 
1010license  = " MIT" 
1111authors  = [{ 
name  = 
" MrNaif2018" , 
email  = 
" [email protected] "  }]
12- requires-python  = " >=3.9 " 
12+ requires-python  = " >=3.10 " 
1313classifiers  = [
1414    " Development Status :: 5 - Production/Stable"  ,
1515    " Intended Audience :: Developers"  ,
1616    " Topic :: Software Development :: Libraries"  ,
1717    " Topic :: Utilities"  ,
1818    " License :: OSI Approved :: MIT License"  ,
1919    " Programming Language :: Python :: 3"  ,
20-     " Programming Language :: Python :: 3.9"  ,
2120    " Programming Language :: Python :: 3.10"  ,
2221    " Programming Language :: Python :: 3.11"  ,
2322    " Programming Language :: Python :: 3.12"  ,
2423    " Programming Language :: Python :: 3.13"  ,
24+     " Programming Language :: Python :: 3.14"  ,
2525]
2626keywords  = [
2727    " async"  ,
@@ -66,7 +66,7 @@ path = "universalasync/version.py"
6666packages  = [" universalasync"  ]
6767
6868[tool .ruff ]
69- target-version  = " py39 " 
69+ target-version  = " py310 " 
7070line-length  = 127 
7171
7272[tool .ruff .lint ]
@@ -102,6 +102,7 @@ warn_return_any = true
102102no_implicit_optional  = true 
103103strict_optional  = true 
104104ignore_missing_imports  = true 
105+ exclude  = [" tests"  ]
105106
106107[tool .pytest .ini_options ]
107108addopts  = [" --cov=universalasync"  , " --cov-report"  , " term-missing"  ]
0 commit comments