File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 5858
5959 strategy :
6060 matrix :
61- python-version : ['3.10','3.12']
61+ python-version : ['3.10','3.12','3.13' ]
6262
6363 services :
6464 postgres :
Original file line number Diff line number Diff line change 3737
3838 strategy :
3939 matrix :
40- python-version : ['3.10','3.12']
40+ python-version : ['3.10','3.12','3.13' ]
4141
4242 services :
4343 rabbitmq :
Original file line number Diff line number Diff line change @@ -17,14 +17,13 @@ classifiers = [
1717 ' Operating System :: POSIX :: Linux' ,
1818 ' Operating System :: MacOS :: MacOS X' ,
1919 ' Programming Language :: Python' ,
20- ' Programming Language :: Python :: 3.8' ,
21- ' Programming Language :: Python :: 3.9' ,
2220 ' Programming Language :: Python :: 3.10' ,
2321 ' Programming Language :: Python :: 3.11' ,
2422 ' Programming Language :: Python :: 3.12' ,
23+ ' Programming Language :: Python :: 3.13' ,
2524]
2625keywords = [' aiida' , ' workflows' ]
27- requires-python = ' >=3.8 '
26+ requires-python = ' >=3.10 '
2827dependencies = [
2928 " aiida-core~=2.3" ,
3029 " aiida-quantumespresso~=4.10" ,
You can’t perform that action at this time.
0 commit comments