Skip to content

Commit

Permalink
don't run on 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
dperl-dls committed Jun 4, 2024
1 parent 09271fd commit f852ab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
matrix:
runs-on: ["ubuntu-latest"] # can add windows-latest, macos-latest
python-version: ["3.11", "3.12"]
python-version: ["3.11"] # Should run with 3.12 once not dependent on Dodal for constants
include:
# Include one that runs in the dev environment
- runs-on: "ubuntu-latest"
Expand Down

0 comments on commit f852ab1

Please sign in to comment.