Skip to content

Commit

Permalink
Drop Python 3.8, update Python versions in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbrochart committed Nov 13, 2024
1 parent 79d3150 commit 085e081
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,18 +39,17 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version:
- "3.8"
- "3.12"
- "3.13-dev"
- "3.9"
- "3.13"
include:
- os: windows-latest
python-version: "3.11"
python-version: "3.12"
- os: ubuntu-latest
python-version: "pypy-3.9"
python-version: "pypy-3.10"
- os: ubuntu-latest
python-version: "3.10"
python-version: "3.11"
- os: macos-latest
python-version: "3.9"
python-version: "3.10"
steps:
- uses: actions/checkout@v4
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ classifiers = [
"Programming Language :: Python",
"Programming Language :: Python :: 3"
]
requires-python = ">=3.8"
requires-python = ">=3.9"
dependencies = [
"importlib_metadata>=4.8.3;python_version<\"3.10\"",
"jupyter_core>=4.12,!=5.0.*",
Expand Down

0 comments on commit 085e081

Please sign in to comment.