Skip to content

Commit

Permalink
Test ITables with Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
mwouts committed Nov 2, 2024
1 parent 1eacf47 commit 33476c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.7, 3.8, 3.9, "3.10", "3.11", "3.12"]
python-version: [3.7, 3.8, 3.9, "3.10", "3.11", "3.12", "3.13-dev"]
pandas-version: [latest]
numpy-version: [latest]
include:
Expand Down
2 changes: 2 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ ITables ChangeLog
- The test on the Shiny app fallbacks to `ui.nav_panel` when `ui.nav` is not available
- The dependencies of the Streamlit component have been updated ([#313](https://github.com/mwouts/itables/issues/313), [#315](https://github.com/mwouts/itables/issues/315))

**Added**
- ITables is now tested with Python 3.13

2.1.4 (2024-07-03)
------------------
Expand Down

0 comments on commit 33476c6

Please sign in to comment.