Skip to content

Commit

Permalink
feat: support python 3.13
Browse files Browse the repository at this point in the history
Signed-off-by: Luka Peschke <[email protected]>
  • Loading branch information
lukapeschke committed Nov 13, 2024
1 parent c68f1b0 commit ba9e63c
Show file tree
Hide file tree
Showing 3 changed files with 177 additions and 35 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,14 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.11', '3.12']
python-version: ['3.11', '3.12', '3.13']
pandas-version: ['<2','>=2']
# Pandas<2 is not supported on Python 3.12
exclude:
- python-version: '3.12'
pandas-version: '<2'
- python-version: '3.13'
pandas-version: '<2'

steps:
- uses: actions/checkout@v4
Expand Down
Loading

0 comments on commit ba9e63c

Please sign in to comment.