Skip to content

Commit

Permalink
Support Python down to 3.10 (#98)
Browse files Browse the repository at this point in the history
Added Python 3.10, 3.11 and 3.12 to CI to test it.
  • Loading branch information
agoscinski authored Jan 27, 2025
1 parent 6051f9c commit eee33ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
timeout-minutes: 30
strategy:
matrix:
python-version: ['3.12']
python-version: ['3.10', '3.11', '3.12', '3.13']
aiida-version: ['stable']

steps:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ classifiers = [
'License :: OSI Approved :: MIT License',
]
keywords = ["workflow"," icon", "aiida", "aiida-workgraph"]
requires-python = '>=3.12'
requires-python = '>=3.10'
dependencies = [
"numpy",
"isoduration",
Expand Down

0 comments on commit eee33ad

Please sign in to comment.