Skip to content

Commit

Permalink
Bump to Python 3.11 on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio authored Oct 25, 2022
1 parent 05ebf9d commit f224496
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Base Setup
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
with:
python_version: "3.10"
python_version: "3.11"

- name: Install the package
run: |
Expand All @@ -66,11 +66,11 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python: ['3.7', '3.10']
python: ['3.7', '3.11']
include:
- python: '3.7'
dist: 'notebook*.tar.gz'
- python: '3.10'
- python: '3.11'
dist: 'notebook*.whl'
- os: windows-latest
py_cmd: python
Expand Down
2 changes: 1 addition & 1 deletion binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ dependencies:
- matplotlib
- numpy
- nodejs
- python >=3.9,<3.10
- python >=3.10,<3.11
- xeus-python
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ classifiers = [
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
]
dependencies = [
"jupyter_server>=1.16.0,<2",
Expand Down

0 comments on commit f224496

Please sign in to comment.