File tree Expand file tree Collapse file tree 5 files changed +14
-14
lines changed Expand file tree Collapse file tree 5 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 26
26
- name : Install Python
27
27
uses : actions/setup-python@v2
28
28
with :
29
- python-version : ' 3.9 '
29
+ python-version : ' 3.10 '
30
30
architecture : ' x64'
31
31
32
32
- uses : actions/cache@v2
@@ -87,16 +87,16 @@ jobs:
87
87
fail-fast : false
88
88
matrix :
89
89
os : [ubuntu, windows]
90
- python : ['3.6 ', '3.9 ']
90
+ python : ['3.7 ', '3.10 ']
91
91
dist : ['ipywidgets*.tar.gz']
92
92
include :
93
- - python : ' 3.9 '
93
+ - python : ' 3.10 '
94
94
dist : ' jupyterlab_widgets*.tar.gz'
95
95
os : ' ubuntu'
96
- - python : ' 3.9 '
96
+ - python : ' 3.10 '
97
97
dist : ' widgetsnbextension*.tar.gz'
98
98
os : ' ubuntu'
99
- - python : ' 3.9 '
99
+ - python : ' 3.10 '
100
100
dist : ' ipywidgets*.whl'
101
101
os : ' ubuntu'
102
102
steps :
Original file line number Diff line number Diff line change 98
98
strategy :
99
99
max-parallel : 4
100
100
matrix :
101
- python-version : [3.6, 3.7, 3.8, 3.9 ]
101
+ python-version : ['3.7', '3.8', '3.9', '3.10' ]
102
102
103
103
steps :
104
104
- uses : actions/checkout@v2
@@ -129,7 +129,7 @@ jobs:
129
129
- name : Set up Python
130
130
uses : actions/setup-python@v1
131
131
with :
132
- python-version : 3.6
132
+ python-version : 3.7
133
133
- uses : actions/cache@v1
134
134
with :
135
135
path : ~/.cache/pip
@@ -153,7 +153,7 @@ jobs:
153
153
- name : Set up Python
154
154
uses : actions/setup-python@v2
155
155
with :
156
- python-version : 3.9
156
+ python-version : ' 3.10 '
157
157
- uses : actions/cache@v1
158
158
with :
159
159
path : ~/.cache/pip
Original file line number Diff line number Diff line change @@ -18,15 +18,15 @@ classifiers =
18
18
License :: OSI Approved :: BSD License
19
19
Programming Language :: Python
20
20
Programming Language :: Python :: 3
21
- Programming Language :: Python :: 3.6
22
21
Programming Language :: Python :: 3.7
23
22
Programming Language :: Python :: 3.8
24
23
Programming Language :: Python :: 3.9
24
+ Programming Language :: Python :: 3.10
25
25
Programming Language :: Python :: 3 :: Only
26
26
Framework :: Jupyter
27
27
28
28
[options]
29
- python_requires = >=3.6
29
+ python_requires = >=3.7
30
30
31
31
zip_safe = False
32
32
# include_package_data = True
Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ classifiers =
18
18
License :: OSI Approved :: BSD License
19
19
Programming Language :: Python
20
20
Programming Language :: Python :: 3
21
- Programming Language :: Python :: 3.6
22
21
Programming Language :: Python :: 3.7
23
22
Programming Language :: Python :: 3.8
24
23
Programming Language :: Python :: 3.9
24
+ Programming Language :: Python :: 3.10
25
25
Programming Language :: Python :: 3 :: Only
26
26
Framework :: Jupyter
27
27
Framework :: Jupyter :: JupyterLab
@@ -30,7 +30,7 @@ classifiers =
30
30
Framework :: Jupyter :: JupyterLab :: Extensions :: Prebuilt
31
31
32
32
[options]
33
- python_requires = >=3.6
33
+ python_requires = >=3.7
34
34
zip_safe =False
35
35
include_package_data = True
36
36
packages = find:
Original file line number Diff line number Diff line change @@ -18,15 +18,15 @@ classifiers =
18
18
License :: OSI Approved :: BSD License
19
19
Programming Language :: Python
20
20
Programming Language :: Python :: 3
21
- Programming Language :: Python :: 3.6
22
21
Programming Language :: Python :: 3.7
23
22
Programming Language :: Python :: 3.8
24
23
Programming Language :: Python :: 3.9
24
+ Programming Language :: Python :: 3.10
25
25
Programming Language :: Python :: 3 :: Only
26
26
Framework :: Jupyter
27
27
28
28
[options]
29
- python_requires = >=3.6
29
+ python_requires = >=3.7
30
30
zip_safe =False
31
31
include_package_data = True
32
32
packages = find:
You can’t perform that action at this time.
0 commit comments