We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ca7992 commit a60c864Copy full SHA for a60c864
.github/workflows/ci.yml
@@ -22,10 +22,8 @@ jobs:
22
fail-fast: false
23
matrix:
24
os: [ubuntu-latest, windows-latest, macos-latest]
25
- python-version: ["3.8", "3.12"]
+ python-version: ["3.9", "3.12"]
26
include:
27
- - os: windows-latest
28
- python-version: "3.9"
29
- os: ubuntu-latest
30
python-version: "pypy-3.9"
31
- os: macos-latest
pyproject.toml
@@ -18,7 +18,7 @@ classifiers = [
18
"Programming Language :: Python",
19
"Programming Language :: Python :: 3",
20
]
21
-requires-python = ">=3.8"
+requires-python = ">=3.9"
dependencies = [
"debugpy>=1.8.1",
"ipython>=7.23.1",
0 commit comments