We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68d4892 commit 1fc063fCopy full SHA for 1fc063f
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
fail-fast: false
19
matrix:
20
os: [ubuntu-latest, macos-latest, windows-latest]
21
- python-version: ['3.9', '3.10', '3.11']
+ python-version: ['3.10', '3.11', '3.12']
22
23
steps:
24
- name: Checkout
jupyter_ai_tools/__init__.py
@@ -10,9 +10,6 @@
10
"codeexec_toolkit",
11
"git_toolkit",
12
"notebook_toolkit",
13
- "__version__",
14
- "_jupyter_server_extension_points",
15
- "_load_jupyter_server_extension"
16
]
17
0 commit comments