Skip to content

Commit 1fc063f

Browse files
committed
Fixing ci
1 parent 68d4892 commit 1fc063f

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
os: [ubuntu-latest, macos-latest, windows-latest]
21-
python-version: ['3.9', '3.10', '3.11']
21+
python-version: ['3.10', '3.11', '3.12']
2222

2323
steps:
2424
- name: Checkout

jupyter_ai_tools/__init__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
"codeexec_toolkit",
1111
"git_toolkit",
1212
"notebook_toolkit",
13-
"__version__",
14-
"_jupyter_server_extension_points",
15-
"_load_jupyter_server_extension"
1613
]
1714

1815

0 commit comments

Comments
 (0)