File tree Expand file tree Collapse file tree 4 files changed +10
-9
lines changed Expand file tree Collapse file tree 4 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 16
16
17
17
steps :
18
18
- name : Checkout
19
- uses : actions/checkout@v2
19
+ uses : actions/checkout@v4
20
20
21
21
- name : Base Setup
22
22
uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
58
58
pip uninstall -y "jupyter_scheduler" jupyterlab
59
59
60
60
- name : Upload extension packages
61
- uses : actions/upload-artifact@v2
61
+ uses : actions/upload-artifact@v4
62
62
with :
63
63
name : extension-artifacts
64
64
path : dist/jupyter_scheduler*
@@ -70,13 +70,13 @@ jobs:
70
70
71
71
steps :
72
72
- name : Checkout
73
- uses : actions/checkout@v2
73
+ uses : actions/checkout@v4
74
74
- name : Install Python
75
- uses : actions/setup-python@v2
75
+ uses : actions/setup-python@v4
76
76
with :
77
77
python-version : ' 3.9'
78
78
architecture : ' x64'
79
- - uses : actions/download-artifact@v2
79
+ - uses : actions/download-artifact@v4
80
80
with :
81
81
name : extension-artifacts
82
82
- name : Install and Test
Original file line number Diff line number Diff line change @@ -15,14 +15,14 @@ jobs:
15
15
check_release :
16
16
runs-on : ubuntu-latest
17
17
steps :
18
- - uses : actions/checkout@v2
18
+ - uses : actions/checkout@v4
19
19
- uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
20
20
- name : Check Release
21
21
uses : jupyter-server/jupyter_releaser/.github/actions/check-release@v2
22
22
with :
23
23
token : ${{ secrets.GITHUB_TOKEN }}
24
24
- name : Upload Distributions
25
- uses : actions/upload-artifact@v2
25
+ uses : actions/upload-artifact@v4
26
26
with :
27
27
name : jupyter-scheduler-releaser-dist-${{ github.run_number }}
28
28
path : .jupyter_releaser_checkout/dist
Original file line number Diff line number Diff line change 20
20
21
21
steps :
22
22
- name : Checkout
23
- uses : actions/checkout@v2
23
+ uses : actions/checkout@v4
24
24
25
25
- name : Base Setup
26
26
uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
65
65
66
66
- name : Upload Playwright Test report
67
67
if : always()
68
- uses : actions/upload-artifact@v2
68
+ uses : actions/upload-artifact@v4
69
69
with :
70
70
name : jupyter_scheduler-playwright-tests-linux
71
71
path : |
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ classifiers = [
27
27
" Programming Language :: Python :: 3.9" ,
28
28
" Programming Language :: Python :: 3.10" ,
29
29
" Programming Language :: Python :: 3.11" ,
30
+ " Programming Language :: Python :: 3.12" ,
30
31
]
31
32
dependencies = [
32
33
" jupyter_server>=1.6,<3" ,
You can’t perform that action at this time.
0 commit comments