Skip to content

Commit

Permalink
📝 add changelog for support of python 3.12 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ManonMarchand committed Nov 8, 2023
1 parent cdd120c commit 936b7cd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [unreleased]

### Changed

* currently supported versions of python now range from 3.8 to 3.12. There is a catch for python 3.8: the corresponding astropy version is pinned to astropy<5.3

### Fixed

* all methods of `MOC` with signatures like `function(self, lon, lat, **kwargs)` now accept both lists of coordinates and single coordinates
Expand Down

0 comments on commit 936b7cd

Please sign in to comment.