Skip to content

Commit a60c864

Browse files
authored
Drop support for Python 3.8 (#1284)
1 parent 2ca7992 commit a60c864

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,8 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
os: [ubuntu-latest, windows-latest, macos-latest]
25-
python-version: ["3.8", "3.12"]
25+
python-version: ["3.9", "3.12"]
2626
include:
27-
- os: windows-latest
28-
python-version: "3.9"
2927
- os: ubuntu-latest
3028
python-version: "pypy-3.9"
3129
- os: macos-latest

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ classifiers = [
1818
"Programming Language :: Python",
1919
"Programming Language :: Python :: 3",
2020
]
21-
requires-python = ">=3.8"
21+
requires-python = ">=3.9"
2222
dependencies = [
2323
"debugpy>=1.8.1",
2424
"ipython>=7.23.1",

0 commit comments

Comments
 (0)