Skip to content

Commit d8f84ad

Browse files
committed
Fixed CI, removed python 3.9
1 parent 472a261 commit d8f84ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
rm -rf "jupyter_ai_tools"
4848
4949
- name: Upload artifact
50-
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.9'
50+
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.10'
5151
uses: actions/upload-artifact@v4
5252
with:
5353
name: my_server_extension-sdist
@@ -99,7 +99,7 @@ jobs:
9999
- name: Install Python
100100
uses: actions/setup-python@v5
101101
with:
102-
python-version: '3.9'
102+
python-version: '3.10'
103103
architecture: 'x64'
104104
- uses: actions/download-artifact@v4
105105
with:

0 commit comments

Comments
 (0)