File tree Expand file tree Collapse file tree 5 files changed +13
-12
lines changed Expand file tree Collapse file tree 5 files changed +13
-12
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ name = "sphinx_parser"
1010description = " sphinx_parser - Your pyiron-like module."
1111readme = " docs/README.md"
1212keywords = [ " pyiron" ,]
13- requires-python = " >=3.9, <3.14 "
13+ requires-python = " >=3.9, <3.15 "
1414classifiers = [
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]
2425dependencies = [
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]
You can’t perform that action at this time.
0 commit comments