Skip to content

Commit

Permalink
Include python 3.12 into CI
Browse files Browse the repository at this point in the history
  • Loading branch information
coroa committed Dec 12, 2023
1 parent c2bdaef commit 5329d92
Showing 1 changed file with 1 addition 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

0 comments on commit 5329d92

Please sign in to comment.