Skip to content

Commit

Permalink
Merge pull request #45 from dmgav/test
Browse files Browse the repository at this point in the history
CI: add Python 3.12 to the test matrix
  • Loading branch information
dmgav authored Dec 24, 2023
2 parents 038158d + d386913 commit 5683ccb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
group: [1, 2, 3]
fail-fast: false

Expand Down Expand Up @@ -50,6 +50,7 @@ jobs:
pip install .
pip install -r requirements-dev.txt
pip install bluesky==1.11.0
pip list
- name: Test with pytest
Expand Down

0 comments on commit 5683ccb

Please sign in to comment.