Skip to content

Commit

Permalink
test on python 3.12 (#368)
Browse files Browse the repository at this point in the history
* test on python 3.12

* fix tested py version
  • Loading branch information
mathause committed Jan 4, 2024
1 parent aa1a291 commit 144a946
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd-workflow.yml
Expand Up @@ -60,7 +60,7 @@ jobs:
strategy:
matrix:
os: ["ubuntu-latest"]
python-version: ["3.9", "3.11"]
python-version: ["3.9", "3.11", "3.12"]
defaults:
run:
shell: bash -l {0}
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -31,6 +31,12 @@ Breaking changes
xarray not specified >=2023.04
============ ============= =========

New Features
^^^^^^^^^^^^

- Add python 3.12 to list of supported versions (`#368 <https://github.com/MESMER-group/mesmer/pull/368>`_).
By `Mathias Hauser`_.

v0.9.0 - 2023.12.19
-------------------

Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Expand Up @@ -22,6 +22,7 @@ classifiers =
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Topic :: Scientific/Engineering
Topic :: Scientific/Engineering :: Atmospheric Science

Expand Down

0 comments on commit 144a946

Please sign in to comment.