Skip to content

Commit d0e41f7

Browse files
committed
Drop 3.8, Start testing on 3.13, 3.14 and 3.14t
1 parent 90b00b4 commit d0e41f7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
os: [ubuntu-latest, windows-latest, macos-latest]
20-
python-version: ["3.8", "3.12"]
20+
python-version: ["3.8", "3.12", "3.13", "3.14", "3.14t"]
2121
include:
2222
- os: windows-latest
2323
python-version: "3.9"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies = [
3030
"pytest>=7.0",
3131
"jupyter_core>=5.7"
3232
]
33-
requires-python = ">=3.8"
33+
requires-python = ">=3.9"
3434

3535

3636
[project.optional-dependencies]
@@ -147,7 +147,7 @@ source = ["pytest_jupyter"]
147147

148148
[tool.mypy]
149149
files = "pytest_jupyter"
150-
python_version = "3.8"
150+
python_version = "3.9"
151151
strict = true
152152
enable_error_code = ["ignore-without-code", "redundant-expr", "truthy-bool"]
153153
disable_error_code = ["no-untyped-def"]

0 commit comments

Comments
 (0)