File tree 4 files changed +8
-12
lines changed
4 files changed +8
-12
lines changed Original file line number Diff line number Diff line change 23
23
24
24
jobs :
25
25
build-release :
26
- runs-on : ubuntu-22.04
26
+ runs-on : ubuntu-latest
27
27
28
28
steps :
29
29
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change 25
25
26
26
jobs :
27
27
test :
28
- runs-on : ubuntu-22.04
28
+ runs-on : ubuntu-latest
29
29
timeout-minutes : 10
30
30
31
31
strategy :
32
32
fail-fast : false
33
33
matrix :
34
34
include :
35
- - python-version : " 3.8"
36
- pip-install-spec : " jupyterhub==2.3.1 sqlalchemy==1.*"
37
35
- python-version : " 3.9"
38
- pip-install-spec : " jupyterhub==3.*"
39
- - python-version : " 3.10"
40
36
pip-install-spec : " jupyterhub==4.*"
41
- - python-version : " 3.11"
42
- pip-install-spec : " jupyterhub==5.*"
43
37
- python-version : " 3.12"
44
- pip-install-spec : " jupyterhub"
38
+ pip-install-spec : " jupyterhub==5.*"
39
+ - python-version : " 3.x"
40
+ pip-install-spec : " --pre jupyterhub"
45
41
46
42
steps :
47
43
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change 15
15
hooks :
16
16
- id : pyupgrade
17
17
args :
18
- - --py38 -plus
18
+ - --py39 -plus
19
19
20
20
# Autoformat: Python code
21
21
- repo : https://github.com/PyCQA/autoflake
Original file line number Diff line number Diff line change 11
11
12
12
license = "3 Clause BSD" ,
13
13
packages = ["ldapauthenticator" ],
14
- python_requires = ">=3.8 " ,
14
+ python_requires = ">=3.9 " ,
15
15
install_requires = [
16
- "jupyterhub>=2.3.1 " ,
16
+ "jupyterhub>=4.1.6 " ,
17
17
"ldap3" ,
18
18
"tornado" ,
19
19
"traitlets" ,
You can’t perform that action at this time.
0 commit comments