Skip to content

Commit aa15f29

Browse files
author
Jens Henrik Göbbert
committed
remove 3.5
1 parent 7be06c7 commit aa15f29

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
python-version: [3.5, 3.6, 3.7, 3.8]
17+
python-version: [3.6, 3.7, 3.8, 3.9]
1818

1919
steps:
2020
- uses: actions/checkout@v2

environment.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ name: jupyter-xprahtml5-proxy
33
channels:
44
- conda-forge
55
dependencies:
6-
- jupyterlab=2
6+
- jupyterlab=3
77
- jupyterlab_server
8+
- jupyter-server-proxy>=3.1.0
89
- jupyter_conda
910
- pip
1011
- pip:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
'xprahtml5 = jupyter_xprahtml5_proxy:setup_xprahtml5',
3535
]
3636
},
37-
python_requires = '>=3.6'
37+
python_requires = '>=3.6',
3838
install_requires = ['jupyter-server-proxy>=3.1.0'],
3939
include_package_data = True,
4040
zip_safe = False

0 commit comments

Comments
 (0)