@@ -14,7 +14,7 @@ maintainers = [
1414authors = [
1515 { name = " Amir Ali Moinfar" },
1616]
17- requires-python = " >=3.10,<3.13 "
17+ requires-python = " >=3.10,<3.14 "
1818
1919# PyPI classifiers
2020classifiers = [
@@ -28,6 +28,7 @@ classifiers = [
2828 " Programming Language :: Python :: 3.10" ,
2929 " Programming Language :: Python :: 3.11" ,
3030 " Programming Language :: Python :: 3.12" ,
31+ " Programming Language :: Python :: 3.13" ,
3132 " Topic :: Scientific/Engineering :: Artificial Intelligence" ,
3233 " Topic :: Scientific/Engineering :: Bio-Informatics" ,
3334]
@@ -112,12 +113,12 @@ scripts.clean = "git clean -fdX -- {args:docs}"
112113# Test the lowest and highest supported Python versions with normal deps
113114[[tool .hatch .envs .hatch-test .matrix ]]
114115deps = [ " stable" ]
115- python = [ " 3.10" , " 3.12 " ]
116+ python = [ " 3.10" , " 3.13 " ]
116117
117118# Test the newest supported Python version also with pre-release deps
118119[[tool .hatch .envs .hatch-test .matrix ]]
119120deps = [ " pre" ]
120- python = [ " 3.12 " ]
121+ python = [ " 3.13 " ]
121122
122123# Test with restricted dependencies (older versions for compatibility)
123124[[tool .hatch .envs .hatch-test .matrix ]]
0 commit comments