File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 85
85
fail-fast : false
86
86
matrix :
87
87
os : [ubuntu, windows, macos]
88
- python-version : ['3.8 ', '3.11 ']
88
+ python-version : ['3.9 ', '3.13 ']
89
89
90
90
steps :
91
91
- name : Install Python
@@ -107,12 +107,12 @@ jobs:
107
107
sudo rm -rf $(which node)
108
108
109
109
- name : Install Built Package (wheel)
110
- if : matrix.python-version == '3.11 '
110
+ if : matrix.python-version == '3.13 '
111
111
run : |-
112
112
python -m pip install -v -r dist/requirements-wheel.txt
113
113
114
114
- name : Install Built Package (sdist)
115
- if : matrix.python-version == '3.8 '
115
+ if : matrix.python-version == '3.9 '
116
116
run : |-
117
117
python -m pip install -v -r dist/requirements-sdist.txt
118
118
Original file line number Diff line number Diff line change @@ -22,19 +22,19 @@ keywords = [
22
22
" pyodide" ,
23
23
]
24
24
license = { file = " LICENSE" }
25
- requires-python = " >=3.8 "
25
+ requires-python = " >=3.9 "
26
26
classifiers = [
27
27
" Framework :: Jupyter" ,
28
28
" Framework :: Jupyter :: JupyterLab" ,
29
29
" Framework :: Jupyter :: JupyterLab :: 4" ,
30
30
" License :: OSI Approved :: BSD License" ,
31
31
" Programming Language :: Python" ,
32
32
" Programming Language :: Python :: 3" ,
33
- " Programming Language :: Python :: 3.8" ,
34
33
" Programming Language :: Python :: 3.9" ,
35
34
" Programming Language :: Python :: 3.10" ,
36
35
" Programming Language :: Python :: 3.11" ,
37
36
" Programming Language :: Python :: 3.12" ,
37
+ " Programming Language :: Python :: 3.13" ,
38
38
]
39
39
dependencies = [
40
40
" jupyterlite-core >=0.5.0a0,<0.6.0" ,
You can’t perform that action at this time.
0 commit comments