File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,6 @@ dependencies:
1010- ipytree =0.2.2
1111- ipywidgets =8.1.8
1212- nodejs =25.2.1
13- - python >=3.11,<3.13
13+ - python >=3.11,<3.14
1414- pyiron_workflow =0.15.4
1515- traitlets =5.14.3
Original file line number Diff line number Diff line change 11demo.ipynb
22pyironflow_demo.ipynb
3- workflow_multiscale_linear_elasticity_gui.ipynb
3+ workflow_multiscale_linear_elasticity_gui.ipynb
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ authors = [
1515readme = " README.md"
1616license = { file = " LICENSE" }
1717keywords = [" pyiron" ]
18- requires-python = " >=3.11, <3.13 "
18+ requires-python = " >=3.11, <3.14 "
1919classifiers = [
2020 " Development Status :: 2 - Pre-Alpha" ,
2121 " Topic :: Scientific/Engineering" ,
@@ -24,6 +24,7 @@ classifiers = [
2424 " Operating System :: OS Independent" ,
2525 " Programming Language :: Python :: 3.11" ,
2626 " Programming Language :: Python :: 3.12" ,
27+ " Programming Language :: Python :: 3.13" ,
2728]
2829dependencies = [
2930 " anywidget==0.9.18" ,
@@ -82,4 +83,4 @@ build_cmd = "build"
8283source = " vcs"
8384
8485[tool .hatch .build .hooks .vcs ]
85- version-file = " pyironflow/_version.py"
86+ version-file = " pyironflow/_version.py"
You can’t perform that action at this time.
0 commit comments