Skip to content

Commit d94ba7b

Browse files
committed
Include python 3.14
1 parent b975267 commit d94ba7b

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.ci_support/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.ci_support/exclude

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
demo.ipynb
22
pyironflow_demo.ipynb
3-
workflow_multiscale_linear_elasticity_gui.ipynb
3+
workflow_multiscale_linear_elasticity_gui.ipynb

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ authors = [
1515
readme = "README.md"
1616
license = { file = "LICENSE" }
1717
keywords = ["pyiron"]
18-
requires-python = ">=3.11, <3.13"
18+
requires-python = ">=3.11, <3.14"
1919
classifiers = [
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
]
2829
dependencies = [
2930
"anywidget==0.9.18",
@@ -82,4 +83,4 @@ build_cmd = "build"
8283
source = "vcs"
8384

8485
[tool.hatch.build.hooks.vcs]
85-
version-file = "pyironflow/_version.py"
86+
version-file = "pyironflow/_version.py"

0 commit comments

Comments
 (0)