Skip to content

Commit

Permalink
Merge branch 'main' into lowess_allow_missing_input_core_dim
Browse files Browse the repository at this point in the history
  • Loading branch information
mathause committed Sep 5, 2023
2 parents c019611 + e38fef0 commit ec1f679
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
strategy:
matrix:
os: ["ubuntu-latest"]
python-version: ["3.7", "3.9", "3.10"]
python-version: ["3.7", "3.9", "3.11"]
defaults:
run:
shell: bash -l {0}
Expand Down
4 changes: 3 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,9 @@ Internal Changes
numpy v1.22.0 (`#137 <https://github.com/MESMER-group/mesmer/pull/137>`_).
By `Mathias Hauser <https://github.com/mathause>`_.

- Add python 3.10 to list of supported versions (`#162 <https://github.com/MESMER-group/mesmer/pull/162>`_).
- Add python 3.10 and python 3.11 to list of supported versions (`#162
<https://github.com/MESMER-group/mesmer/pull/162>`_ and `#284
<https://github.com/MESMER-group/mesmer/pull/284>`_).
By `Mathias Hauser <https://github.com/mathause>`_.

- Move contents of setup.py to setup.cfg (`#169 <https://github.com/MESMER-group/mesmer/pull/169>`_).
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ classifiers =
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Topic :: Scientific/Engineering
Topic :: Scientific/Engineering :: Atmospheric Science

Expand Down

0 comments on commit ec1f679

Please sign in to comment.