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 1b554fd commit 5413415Copy full SHA for 5413415
.github/workflows/publish.yaml
@@ -15,7 +15,7 @@ jobs:
15
- name: Set up Python
16
uses: actions/setup-python@v4
17
with:
18
- python-version: 3.8
+ python-version: 3.9
19
20
- name: Install dependencies
21
run: |
pyproject.toml
@@ -15,7 +15,7 @@ write_to = "ape_scroll/version.py"
[tool.black]
line-length = 100
-target-version = ['py38', 'py39', 'py310']
+target-version = ['py39', 'py310']
include = '\.pyi?$'
[tool.pytest.ini_options]
0 commit comments