Skip to content

Commit fef11bf

Browse files
committed
[chore] Python 3.10 ~ 3.14
1 parent 7652666 commit fef11bf

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: true
1010
matrix:
11-
python-version: ["3.9", "3.10", "3.11", "3.12"]
11+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
1212

1313
steps:
1414
- uses: actions/checkout@v4

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
name = "flake8-kotoha"
77
description = "flake8 plugin to improve your type hints"
88
readme = "README.md"
9-
requires-python = ">=3.9"
9+
requires-python = ">=3.10"
1010
license = { text = "MIT License" }
1111
authors = [{ name = "nikkie", email = "takuyafjp+develop@gmail.com" }]
1212
keywords = ["flake8", "type hints"]
@@ -15,10 +15,11 @@ classifiers = [
1515
"Programming Language :: Python",
1616
"Programming Language :: Python :: 3",
1717
"Programming Language :: Python :: 3 :: Only",
18-
"Programming Language :: Python :: 3.9",
1918
"Programming Language :: Python :: 3.10",
2019
"Programming Language :: Python :: 3.11",
2120
"Programming Language :: Python :: 3.12",
21+
"Programming Language :: Python :: 3.13",
22+
"Programming Language :: Python :: 3.14",
2223
"Framework :: Flake8",
2324
"Topic :: Software Development :: Libraries :: Python Modules",
2425
"Topic :: Software Development :: Quality Assurance",

0 commit comments

Comments
 (0)