Skip to content

Commit 84a97cf

Browse files
committed
require Python 3.9
1 parent 0644809 commit 84a97cf

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,8 @@ jobs:
2424
fail-fast: false
2525
matrix:
2626
os: [ubuntu-latest, windows-latest, macos-latest]
27-
python-version: ["3.8", "3.13"]
27+
python-version: ["3.9", "3.13"]
2828
include:
29-
- os: ubuntu-latest
30-
python-version: "3.9"
3129
- os: ubuntu-latest
3230
python-version: "3.10"
3331
- os: ubuntu-latest

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ classifiers = [
2020
"Programming Language :: Python",
2121
"Typing :: Typed",
2222
]
23-
requires-python = ">=3.8"
23+
requires-python = ">=3.9"
2424
dynamic = ["version"]
2525

2626
[project.urls]
@@ -86,7 +86,7 @@ build = [
8686

8787
[tool.mypy]
8888
files = "traitlets"
89-
python_version = "3.8"
89+
python_version = "3.9"
9090
strict = true
9191
enable_error_code = ["ignore-without-code", "redundant-expr", "truthy-bool"]
9292
pretty = true

0 commit comments

Comments
 (0)