We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7178959 commit 079c366Copy full SHA for 079c366
.github/workflows/conda_build.yml
@@ -23,19 +23,19 @@ jobs:
23
# for PRs just run a single build per platform to save time and resources
24
- is_pr: true
25
os: ubuntu-latest
26
- python-version: "3.9"
+ python-version: "3.11"
27
28
29
python-version: "3.10"
30
31
os: macos-15-intel
32
33
34
35
36
37
os: macos-latest
38
39
40
41
0 commit comments