Skip to content

Commit

Permalink
Support python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
agoscinski committed Jan 20, 2025
1 parent caced37 commit 88ab0a5
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.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 88ab0a5

Please sign in to comment.