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 6902330 commit df1b800Copy full SHA for df1b800
.github/workflows/build.yml
@@ -15,7 +15,7 @@ jobs:
15
strategy:
16
matrix:
17
os: [macos-latest]
18
- python: ["3.10"]
+ python: ["3.10", "3.11", "3.12"]
19
20
steps:
21
- uses: compas-dev/compas-actions.build@v4
0 commit comments