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 0c1607a commit bfe11a3Copy full SHA for bfe11a3
.github/workflows/test.yaml
@@ -13,7 +13,7 @@ jobs:
13
strategy:
14
fail-fast: false
15
matrix:
16
- python-version: ["3.8", "3.12"]
+ python-version: ["3.9", "3.12"]
17
os: [ubuntu-latest, macos-latest, windows-latest]
18
runs-on: ${{ matrix.os }}
19
steps:
pyproject.toml
@@ -24,7 +24,7 @@ accept = "pytest_accept"
24
25
[tool.poetry.dependencies]
26
pytest = ">=7"
27
-python = ">=3.8, <4"
+python = ">=3.9, <4"
28
29
[tool.poetry.group.dev.dependencies]
30
astor = "^0.8.1"
0 commit comments