Skip to content

Commit

Permalink
Drop Python 3.7 support (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 authored Jul 12, 2023
1 parent 135e3bb commit ce8624f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ["3.7", "3.11"]
python-version: ["3.8", "3.11"]
include:
- os: windows-latest
python-version: "3.9"
- os: macos-latest
python-version: "3.8"
python-version: "3.9"
- os: ubuntu-latest
python-version: "3.10"

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ classifiers = [
"Programming Language :: Python :: 3",
"Topic :: Software Development :: Testing"
]
requires-python = ">=3.7"
requires-python = ">=3.8"
dependencies = [
"jupyter_client >=6.1.13",
"jsonschema"
Expand Down

0 comments on commit ce8624f

Please sign in to comment.