Skip to content

Commit ebfc1be

Browse files
authored
Merge pull request #56 from pyiron/py314
Test with Python 3.14 and update black to 25.1.0 and h5py to 3.15.0
2 parents 3f6116d + 027bd58 commit ebfc1be

File tree

5 files changed

+13
-12
lines changed

5 files changed

+13
-12
lines changed

.binder/environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ dependencies:
55
- coverage
66
- setuptools
77
- numpy =2.3.3
8-
- black =24.8.0
9-
- h5py =3.14.0
8+
- black =25.1.0
9+
- h5py =3.15.0
1010
- ase =3.26.0
1111
- sphinxdft-data =0.0.1
1212
- semantikon =0.0.24

.ci_support/environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ dependencies:
55
- coverage
66
- setuptools
77
- numpy =2.3.3
8-
- black =24.8.0
9-
- h5py =3.14.0
8+
- black =25.1.0
9+
- h5py =3.15.0
1010
- ase =3.26.0
1111
- sphinxdft-data =0.0.1
1212
- semantikon =0.0.24

.github/workflows/push-pull.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
uses: pyiron/actions/.github/workflows/[email protected]
1313
with:
1414
runner: 'ubuntu-22.04' # with ubuntu > 22.04, pip is broken
15-
python-version-alt1: 'exclude'
16-
python-version-alt2: '3.11'
17-
python-version: '3.12'
18-
python-version-alt3: '3.13'
15+
python-version-alt1: '3.11'
16+
python-version-alt2: '3.12'
17+
python-version: '3.13'
18+
python-version-alt3: '3.14'
1919
do-codecov: true
2020
do-codacy: false
2121
do-coveralls: false

docs/environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ dependencies:
1111
- coverage
1212
- setuptools
1313
- numpy =2.3.3
14-
- black =24.8.0
15-
- h5py =3.14.0
14+
- black =25.1.0
15+
- h5py =3.15.0
1616
- ase =3.26.0
1717
- sphinxdft-data =0.0.1
1818
- semantikon =0.0.24

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ name = "sphinx_parser"
1010
description = "sphinx_parser - Your pyiron-like module."
1111
readme = "docs/README.md"
1212
keywords = [ "pyiron",]
13-
requires-python = ">=3.9, <3.14"
13+
requires-python = ">=3.9, <3.15"
1414
classifiers = [
1515
"Development Status :: 3 - Alpha",
1616
"Topic :: Scientific/Engineering",
@@ -20,11 +20,12 @@ classifiers = [
2020
"Programming Language :: Python :: 3.11",
2121
"Programming Language :: Python :: 3.12",
2222
"Programming Language :: Python :: 3.13",
23+
"Programming Language :: Python :: 3.14",
2324
]
2425
dependencies = [
2526
"numpy==2.3.3",
2627
"ase==3.26.0",
27-
"h5py==3.14.0",
28+
"h5py==3.15.0",
2829
"semantikon==0.0.24",
2930
"pint==0.25",
3031
]

0 commit comments

Comments
 (0)