@@ -13,11 +13,11 @@ classifiers = [
1313 " Operating System :: OS Independent" ,
1414 " Programming Language :: Python" ,
1515 " Programming Language :: Python :: 3" ,
16- " Programming Language :: Python :: 3.10" ,
1716 " Programming Language :: Python :: 3.11" ,
1817 " Programming Language :: Python :: 3.12" ,
18+ " Programming Language :: Python :: 3.13" ,
1919]
20- requires-python = " >=3.10 "
20+ requires-python = " >=3.11 "
2121dependencies = [
2222 " brainglobe-atlasapi >=2.0.1" ,
2323 " brainglobe-napari-io >=0.3.0" ,
@@ -69,7 +69,7 @@ include = ["brainglobe_segmentation*"]
6969[tool .setuptools_scm ]
7070
7171[tool .black ]
72- target-version = [' py310 ' ,' py311 ' , ' py312 ' ]
72+ target-version = [' py311 ' ,' py312 ' , ' py313 ' ]
7373skip-string-normalization = false
7474line-length = 79
7575
@@ -85,13 +85,13 @@ select = ["I", "E", "F"]
8585legacy_tox_ini = """
8686# For more information about tox, see https://tox.readthedocs.io/en/latest/
8787[tox]
88- envlist = py{310, 311,312}
88+ envlist = py{311,312,313 }
8989
9090[gh-actions]
9191python =
92- 3.10: py310
9392 3.11: py311
9493 3.12: py312
94+ 3.13: py313
9595
9696[testenv]
9797passenv =
0 commit comments