Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .changes/unreleased/optimization-20251217-135023.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
kind: optimization
body: Add python 3.13 support
time: 2025-12-17T13:50:23.175816263Z
2 changes: 2 additions & 0 deletions .github/workflows/fab-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ jobs:
tox-env: "py311"
- python-version: "3.12"
tox-env: "py312"
- python-version: "3.13"
tox-env: "py313"
steps:
- uses: actions/checkout@v3

Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -208,3 +208,5 @@ cython_debug/
marimo/_static/
marimo/_lsp/
__marimo__/

devcontainer.local.json
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Navigate Microsoft Fabric like your local file system with intuitive commands:
## 📦 Installation

### Prerequisites
- **Python 3.10, 3.11, or 3.12**
- **Python 3.10, 3.11, 3.12, or 3.13**
- A **Microsoft Fabric** account with access to your tenant/workspaces.

### Install via pip
Expand Down
Loading