Skip to content

Commit

Permalink
Add Python 3.12 to CI tests (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
NikoOinonen authored Oct 17, 2023
1 parent 0a145b9 commit 3dcff59
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
# Run basic tests for this app on the latest aiidalab-docker image.
name: continuous-integration
on: [push, pull_request]

Expand All @@ -8,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']

steps:
- name: Check out repository
Expand Down

0 comments on commit 3dcff59

Please sign in to comment.