@@ -5,7 +5,7 @@ authors = [
55]
66description = " Visualisation and exploration of brain atlases and other anatomical data"
77readme = " README.md"
8- requires-python = " >=3.10 "
8+ requires-python = " >=3.11 "
99dynamic = [" version" ]
1010
1111dependencies = [
@@ -34,9 +34,9 @@ classifiers = [
3434 " Development Status :: 3 - Alpha" ,
3535 " Programming Language :: Python" ,
3636 " Programming Language :: Python :: 3" ,
37- " Programming Language :: Python :: 3.10" ,
3837 " Programming Language :: Python :: 3.11" ,
3938 " Programming Language :: Python :: 3.12" ,
39+ " Programming Language :: Python :: 3.13" ,
4040 " Operating System :: OS Independent" ,
4141 " License :: OSI Approved :: BSD License" ,
4242 " Intended Audience :: Developers" ,
@@ -85,7 +85,7 @@ markers = [
8585]
8686
8787[tool .black ]
88- target-version = [' py310 ' ,' py311 ' , ' py312 ' ]
88+ target-version = [' py311 ' ,' py312 ' , ' py313 ' ]
8989skip-string-normalization = false
9090line-length = 79
9191
@@ -115,14 +115,14 @@ select = ["I", "E", "F"]
115115[tool .tox ]
116116legacy_tox_ini = """
117117[tox]
118- envlist = py{310, 311,312}
118+ envlist = py{311,312,313 }
119119isolated_build = True
120120
121121[gh-actions]
122122python =
123- 3.10: py310
124123 3.11: py311
125124 3.12: py312
125+ 3.13: py313
126126
127127[testenv]
128128extras =
0 commit comments