Skip to content

Commit

Permalink
Dependencies: Add support for Python 3.10, 3.11 and 3.12 (#327)
Browse files Browse the repository at this point in the history
  • Loading branch information
sphuber authored Feb 26, 2024
1 parent 1a4bec9 commit c077bee
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:

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

services:
rabbitmq:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

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

services:
rabbitmq:
Expand Down
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ classifiers = [
'Operating System :: MacOS :: MacOS X',
'Programming Language :: Python',
'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.9'
Expand All @@ -38,7 +41,6 @@ dependencies = [
'aiida-wien2k~=0.2.0',
'ase!=3.20.*',
'masci-tools~=0.9',
'numpy<1.24.0',
'pint~=0.16',
'pymatgen>=2022.1.20',
]
Expand Down

0 comments on commit c077bee

Please sign in to comment.