Skip to content

Commit 5413415

Browse files
committed
Change remaining references to python 3.8
1 parent 1b554fd commit 5413415

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Python
1616
uses: actions/setup-python@v4
1717
with:
18-
python-version: 3.8
18+
python-version: 3.9
1919

2020
- name: Install dependencies
2121
run: |

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ write_to = "ape_scroll/version.py"
1515

1616
[tool.black]
1717
line-length = 100
18-
target-version = ['py38', 'py39', 'py310']
18+
target-version = ['py39', 'py310']
1919
include = '\.pyi?$'
2020

2121
[tool.pytest.ini_options]

0 commit comments

Comments
 (0)