Skip to content

Commit 0c71ef5

Browse files
committed
chore: Drop support for Python 3.8
1 parent 677cd71 commit 0c71ef5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
15+
python-version: ["3.9", "3.10", "3.11", "3.12"]
1616
steps:
1717
- name: Set up Python ${{ matrix.python-version }}
1818
uses: actions/setup-python@v5

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ authors = [
1212
]
1313
description = "Vital sign estimation from facial video"
1414
readme = "README.md"
15-
requires-python = ">=3.8"
15+
requires-python = ">=3.9"
1616
keywords = ["python", "rppg", "vital signs monitoring", "heart rate", "pulse", "respiration"]
1717
license = {text = "MIT License"}
1818
classifiers = [

0 commit comments

Comments
 (0)