Skip to content

Commit

Permalink
Include python 3.12 into CI (#47)
Browse files Browse the repository at this point in the history
* Include python 3.12 into CI

* Update CHANGELOG
  • Loading branch information
coroa committed Dec 12, 2023
1 parent c2bdaef commit 14f9c3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
# fail-fast: false
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
python-version: [3.8, 3.11] # to minimise complexity we only test a min and a max version
python-version: [3.8, 3.12] # to minimise complexity we only test a min and a max version
# you can separate the tox-envs in different .yml files
# see version 0.10.1
# https://github.com/coroa/pandas-indexing/releases/tag/v0.10.1
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ v0.4.0 (2023-12-12)
------------------------------------------------------------
* **BREAKING** :mod:`accessors` is imported implicitly. User code does not need to
import it any longer :pull:`45`
* Add continuous testing for python 3.12 :pull:`47`
* Add :attr:`~selectors.All` and :attr:`~selectors.None_` completing selector group
:pull:`46`
* Fix type hints of function :func:`~core.aggregatelevel` :pull:`44`
Expand Down

0 comments on commit 14f9c3d

Please sign in to comment.