File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 88 build :
99 executor :
1010 name : python/default
11- tag : ' 3.12 '
11+ tag : ' 3.13 '
1212
1313 # docker:
1414 # - auth:
3838 deploy_pypi :
3939 executor :
4040 name : python/default
41- tag : ' 3.12 '
41+ tag : ' 3.13 '
4242
4343 # docker:
4444 # - auth:
6060 tests :
6161 executor :
6262 name : python/default
63- tag : ' 3.12 '
63+ tag : ' 3.13 '
6464
6565 # docker:
6666 # - auth:
Original file line number Diff line number Diff line change @@ -12,14 +12,14 @@ classifiers = [
1212 " Intended Audience :: Science/Research" ,
1313 " Topic :: Scientific/Engineering :: Image Recognition" ,
1414 " License :: OSI Approved :: Apache Software License" ,
15- " Programming Language :: Python :: 3.8" ,
1615 " Programming Language :: Python :: 3.9" ,
1716 " Programming Language :: Python :: 3.10" ,
1817 " Programming Language :: Python :: 3.11" ,
1918 " Programming Language :: Python :: 3.12" ,
19+ " Programming Language :: Python :: 3.13" ,
2020]
2121license = {file = " LICENSE" }
22- requires-python = " >=3.8 "
22+ requires-python = " >=3.9 "
2323dependencies = [
2424 " pybids >= 0.15.2" ,
2525 " importlib_resources >= 5.7; python_version < '3.11'" ,
You can’t perform that action at this time.
0 commit comments