Skip to content

Commit a786df5

Browse files
committed
drop support python 3.8
1 parent 9b17b01 commit a786df5

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Diff for: .github/workflows/test.yml

+1-1
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.14.0-alpha.2", "3.13", "3.12", "3.11", "3.10", "3.9", "3.8"]
15+
python-version: ["3.14.0-alpha.2", "3.13", "3.12", "3.11", "3.10", "3.9"]
1616
steps:
1717
- name: Checkout
1818
uses: actions/checkout@v4

Diff for: pyproject.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
requires = ["setuptools>=45", "setuptools-scm"]
33
build-backend = "setuptools.build_meta"
44

5-
requires-python = ">=3.8"
5+
requires-python = ">=3.9"
66

77
[project]
88
name = "cpp_linter_hooks"
@@ -23,7 +23,6 @@ classifiers = [
2323
"Operating System :: Microsoft :: Windows",
2424
"Operating System :: POSIX :: Linux",
2525
"Operating System :: MacOS",
26-
"Programming Language :: Python :: 3.8",
2726
"Programming Language :: Python :: 3.9",
2827
"Programming Language :: Python :: 3.10",
2928
"Programming Language :: Python :: 3.11",

0 commit comments

Comments
 (0)