Skip to content

Commit

Permalink
DevOps: update python dependencies (#75)
Browse files Browse the repository at this point in the history
Update dependencies for python to include also v3.12.
Constrain aiida-core version also to >=2.3, as in
aiida-quantumespresso. Update CI to run with python v3.12.
  • Loading branch information
bastonero authored Feb 14, 2025
1 parent bad113a commit f23456b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:

strategy:
matrix:
python-version: ['3.9', '3.11']
python-version: ['3.9', '3.12']

defaults:
run:
Expand Down
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,12 @@ classifiers = [
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
]
keywords = ['aiida', 'workflows']
requires-python = '>=3.8'
requires-python = '>=3.9'
dependencies = [
'aiida-core>=2.2.2,<=2.5',
'aiida-core>=2.3,<=2.5',
'aiida-quantumespresso>=4.8',
]

Expand Down

0 comments on commit f23456b

Please sign in to comment.