diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 736a2f3..20c1175 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -15,7 +15,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: 3.8 + python-version: 3.9 - name: Install dependencies run: | diff --git a/pyproject.toml b/pyproject.toml index 4350f83..d3cdd97 100644 --- a/pyproject.toml +++ b/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]