Skip to content

Commit

Permalink
run release tests on python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
zebengberg committed Nov 1, 2023
1 parent ff78003 commit a2066a6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
CIBW_SKIP: '*-win32 *-manylinux_i686 *-musllinux*'
CIBW_BUILD_VERBOSITY: 3
CIBW_ARCHS_MACOS: x86_64 arm64
CIBW_TEST_SKIP: '*-macosx_arm64 cp312-*'
CIBW_TEST_SKIP: '*-macosx_arm64'
# Completely isolate tests to prevent cibuildwheel from importing the
# source instead of the wheel. This happens when tests/__init__.py is read.
CIBW_TEST_EXTRAS: "complete,dev"
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
- Fix issue in the `wake_vortex.max_downward_displacement` function in which float32 dtypes were promoted to float64 dtypes in certain cases.
- Ignore empty vectors in `VectorDataset.sum`.

### Internals

- Test against python 3.12 in the GitHub Actions CI.

## v0.48.0

This release includes a number of breaking changes and new features. If upgrading from a previous version of `pycontrails`, please read the changelog carefully. Open an [issue](https://github.com/contrailcirrus/pycontrails/issues) if you experience problems.
Expand Down

0 comments on commit a2066a6

Please sign in to comment.