Skip to content

Commit

Permalink
Update python versions in canary builds (#266)
Browse files Browse the repository at this point in the history
* Update python versions for canary builds

* Add news file
  • Loading branch information
marcoesters authored Oct 17, 2024
1 parent 993b9ea commit b08de91
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions news/236-update-python-versions-canary
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
### Enhancements

* <news item>

### Bug fixes

* <news item>

### Deprecations

* <news item>

### Docs

* <news item>

### Other

* Update Python versions in canary builds: remove version 3.8 and add 3.12. (#266)
2 changes: 1 addition & 1 deletion recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
python:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12"
# Use VS version available on GitHub runners
c_compiler: # [win]
- vs2022 # [win]
Expand Down

0 comments on commit b08de91

Please sign in to comment.