11[build-system ]
2- requires = [" setuptools>=61.2 " ]
2+ requires = [" setuptools>=77.0.0 " ]
33build-backend = " setuptools.build_meta"
44
55[project ]
66name = " scyjava"
7- version = " 1.10.3 .dev0"
7+ version = " 1.11.0 .dev0"
88description = " Supercharged Java access from Python"
9- license = { text = " Unlicense" }
9+ license = " Unlicense"
1010authors = [{name = " SciJava developers" , email = " ctrueden@wisc.edu" }]
1111readme = " README.md"
1212keywords = [" java" , " maven" , " cross-language" ]
@@ -16,11 +16,11 @@ classifiers = [
1616 " Intended Audience :: Education" ,
1717 " Intended Audience :: Science/Research" ,
1818 " Programming Language :: Python :: 3 :: Only" ,
19- " Programming Language :: Python :: 3.8" ,
2019 " Programming Language :: Python :: 3.9" ,
2120 " Programming Language :: Python :: 3.10" ,
2221 " Programming Language :: Python :: 3.11" ,
2322 " Programming Language :: Python :: 3.12" ,
23+ " Programming Language :: Python :: 3.13" ,
2424 " Operating System :: Microsoft :: Windows" ,
2525 " Operating System :: Unix" ,
2626 " Operating System :: MacOS" ,
@@ -31,7 +31,7 @@ classifiers = [
3131]
3232
3333# NB: Keep this in sync with environment.yml AND dev-environment.yml!
34- requires-python = " >=3.8 "
34+ requires-python = " >=3.9 "
3535dependencies = [
3636 " jpype1 >= 1.3.0" ,
3737 " jgo" ,
0 commit comments