File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -82,10 +82,10 @@ jobs:
8282 fail-fast : false
8383 matrix :
8484 python-version :
85- - ' 3.9'
8685 - ' 3.10'
8786 - ' 3.11'
8887 - ' 3.12'
88+ - ' 3.13'
8989 os :
9090 - linux
9191 - win64
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ description = "IDAES Process Systems Engineering Examples"
1212readme = " README.md"
1313version = " 2.10.dev0"
1414license = {text =" BSD" }
15- requires-python = " >=3.9 "
15+ requires-python = " >=3.10 "
1616authors = [
1717 {name =" The IDAES Project" },
1818 {name =" Dan Gunter" , email =" dkgunter@lbl.gov" }
@@ -28,10 +28,10 @@ classifiers = [
2828 " Operating System :: Unix" ,
2929 " Programming Language :: Python" ,
3030 " Programming Language :: Python :: 3" ,
31- " Programming Language :: Python :: 3.9" ,
3231 " Programming Language :: Python :: 3.10" ,
3332 " Programming Language :: Python :: 3.11" ,
3433 " Programming Language :: Python :: 3.12" ,
34+ " Programming Language :: Python :: 3.13" ,
3535 " Programming Language :: Python :: Implementation :: CPython" ,
3636 " Topic :: Scientific/Engineering :: Mathematics" ,
3737 " Topic :: Scientific/Engineering :: Chemistry" ,
You can’t perform that action at this time.
0 commit comments