Skip to content

Commit 51a2854

Browse files
author
James Chien
committed
ci: drop py 3.7
Signed-off-by: James Chien <james@numbersprotocol.io>
1 parent fdd37a9 commit 51a2854

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
os: [ubuntu-latest]
15-
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
15+
python-version: ['3.8', '3.9', '3.10', '3.11']
1616

1717
steps:
1818
- uses: actions/checkout@v3

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Python
1919
uses: actions/setup-python@v3
2020
with:
21-
python-version: '3.7'
21+
python-version: '3.8'
2222
- name: Install dependencies
2323
run: |
2424
python -m pip install --upgrade pip

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ exclude = .git,__pycache__,__init__.py,.mypy_cache,.pytest_cache,venv,.venv
6767

6868
[tox:tox]
6969
env_list=
70-
py37, py38, py39, py310, flake8, pylint, bandit, test, report
70+
py38, py39, py310, flake8, pylint, bandit, test, report
7171

7272
[testenv]
7373
deps =

0 commit comments

Comments
 (0)