Skip to content

Commit

Permalink
Add python 3.13 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas committed Jan 27, 2025
1 parent f4cfe5e commit b056d48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
default-image:
- '' # use the application default
- aiidalab/aiidalab-docker-stack:latest # This is the old stack
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']

steps:

Expand Down

0 comments on commit b056d48

Please sign in to comment.