File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 35
35
- name : Install Python
36
36
uses : actions/setup-python@v4
37
37
with :
38
- python-version : ' 3.8 '
38
+ python-version : ' 3.9 '
39
39
cache : ' pip'
40
40
cache-dependency-path : pyproject.toml
41
41
56
56
57
57
strategy :
58
58
matrix :
59
- python-version : ['3.8', '3. 9']
59
+ python-version : ['3.9']
60
60
61
61
services :
62
62
rabbitmq :
Original file line number Diff line number Diff line change 14
14
- name : Install Python
15
15
uses : actions/setup-python@v4
16
16
with :
17
- python-version : ' 3.8 '
17
+ python-version : ' 3.9 '
18
18
cache : ' pip'
19
19
cache-dependency-path : pyproject.toml
20
20
34
34
35
35
strategy :
36
36
matrix :
37
- python-version : ['3.8', '3. 9']
37
+ python-version : ['3.9']
38
38
39
39
services :
40
40
rabbitmq :
Original file line number Diff line number Diff line change @@ -15,11 +15,10 @@ classifiers = [
15
15
' Operating System :: POSIX :: Linux' ,
16
16
' Operating System :: MacOS :: MacOS X' ,
17
17
' Programming Language :: Python' ,
18
- ' Programming Language :: Python :: 3.8' ,
19
18
' Programming Language :: Python :: 3.9' ,
20
19
]
21
20
keywords = [' aiida' , ' workflows' ]
22
- requires-python = ' >=3.8 ,<3.10'
21
+ requires-python = ' >=3.9 ,<3.10'
23
22
dependencies = [
24
23
' abipy==0.9.6' ,
25
24
' aiida-abinit~=0.4.0' ,
You can’t perform that action at this time.
0 commit comments