We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 72faf02 + ec219f6 commit 043c61bCopy full SHA for 043c61b
.github/workflows/ci.yml
@@ -38,7 +38,7 @@ jobs:
38
39
strategy:
40
matrix:
41
- python-version: ['3.8', '3.9', '3.10']
+ python-version: ['3.8', '3.9']
42
43
services:
44
rabbitmq:
pyproject.toml
@@ -17,12 +17,11 @@ classifiers = [
17
'Programming Language :: Python',
18
'Programming Language :: Python :: 3.8',
19
'Programming Language :: Python :: 3.9',
20
- 'Programming Language :: Python :: 3.10',
21
]
22
keywords = ['aiida', 'workflows']
23
-requires-python = '>=3.8'
+requires-python = '>=3.8,<3.10'
24
dependencies = [
25
- 'abipy',
+ 'abipy==0.9.6',
26
'aiida-abinit~=0.4.0',
27
'aiida-bigdft>=0.2.6',
28
'aiida-castep>=1.2.0a5',
0 commit comments