We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da54eed commit a7ea2b8Copy full SHA for a7ea2b8
.github/workflows/test-against-main.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ubuntu-latest
8
strategy:
9
matrix:
10
- version: ['3.10','3.11'] # ,'3.12'] # also check on 3.12 once https://github.com/bluesky/ophyd-async/pull/478 is merged.
+ version: ['3.11', "3.12"]
11
steps:
12
- uses: actions/checkout@v4
13
- uses: actions/setup-python@v5
0 commit comments