File tree 3 files changed +8
-3
lines changed
3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -8,3 +8,4 @@ dependencies:
8
8
- jinja2 =3.1.4
9
9
- paramiko =3.5.0
10
10
- tqdm =4.66.6
11
+ - setuptools =75.1.0
Original file line number Diff line number Diff line change @@ -15,10 +15,13 @@ jobs:
15
15
matrix :
16
16
include :
17
17
- operating-system : macos-latest
18
- python-version : ' 3.12 '
18
+ python-version : ' 3.13 '
19
19
20
20
- operating-system : windows-latest
21
- python-version : ' 3.12'
21
+ python-version : ' 3.13'
22
+
23
+ - operating-system : ubuntu-latest
24
+ python-version : ' 3.13'
22
25
23
26
- operating-system : ubuntu-latest
24
27
python-version : ' 3.12'
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ authors = [
11
11
readme = " README.md"
12
12
license = { file = " LICENSE" }
13
13
keywords = [" pyiron" ]
14
- requires-python = " >=3.9, <3.13 "
14
+ requires-python = " >=3.9, <3.14 "
15
15
classifiers = [
16
16
" Development Status :: 5 - Production/Stable" ,
17
17
" Topic :: Scientific/Engineering :: Physics" ,
@@ -22,6 +22,7 @@ classifiers = [
22
22
" Programming Language :: Python :: 3.10" ,
23
23
" Programming Language :: Python :: 3.11" ,
24
24
" Programming Language :: Python :: 3.12" ,
25
+ " Programming Language :: Python :: 3.13" ,
25
26
]
26
27
dependencies = [
27
28
" jinja2==3.1.4" ,
You can’t perform that action at this time.
0 commit comments