Skip to content

Commit c5ae9e0

Browse files
committed
chore(python): remove EOL Python 3.7
1 parent bf0474e commit c5ae9e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
strategy:
2424
matrix:
25-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
25+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
2626

2727
steps:
2828
- uses: actions/checkout@v4

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ keywords = ["git", "pre-commit", "conventional-commits"]
99
authors = [
1010
{ name = "Compiler LLC", email = "dev@compiler.la" }
1111
]
12-
requires-python = ">=3.7"
12+
requires-python = ">=3.8"
1313
dependencies = []
1414

1515
[project.urls]

0 commit comments

Comments
 (0)