Skip to content

Commit 043c61b

Browse files
authored
Merge branch 'master' into master
2 parents 72faf02 + ec219f6 commit 043c61b

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
strategy:
4040
matrix:
41-
python-version: ['3.8', '3.9', '3.10']
41+
python-version: ['3.8', '3.9']
4242

4343
services:
4444
rabbitmq:

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,11 @@ classifiers = [
1717
'Programming Language :: Python',
1818
'Programming Language :: Python :: 3.8',
1919
'Programming Language :: Python :: 3.9',
20-
'Programming Language :: Python :: 3.10',
2120
]
2221
keywords = ['aiida', 'workflows']
23-
requires-python = '>=3.8'
22+
requires-python = '>=3.8,<3.10'
2423
dependencies = [
25-
'abipy',
24+
'abipy==0.9.6',
2625
'aiida-abinit~=0.4.0',
2726
'aiida-bigdft>=0.2.6',
2827
'aiida-castep>=1.2.0a5',

0 commit comments

Comments
 (0)