Skip to content

Commit 53694b3

Browse files
committed
Raise minimum Python to 3.10
1 parent 5799777 commit 53694b3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
fail-fast: false
4242
matrix:
4343
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
44-
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
44+
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
4545

4646
steps:
4747
- uses: actions/checkout@v6

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ classifiers = [
88
"Programming Language :: Python :: 3",
99
"Programming Language :: Python :: 3 :: Only",
1010
]
11-
requires-python = ">=3.9"
11+
requires-python = ">=3.10"
1212
dependencies = [
1313
"attrs>=21.3.0",
1414
"click>=8.1.8,!=8.2.0",

0 commit comments

Comments
 (0)