Skip to content

Commit 3de0ad9

Browse files
author
Mathias Millet
committed
chore: remove support for python 3.9
BREAKING CHANGE: no more compatible with python 3.9
1 parent 0cea99f commit 3de0ad9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
python-version: ["3.9", "3.10", "3.11", "3.12"]
14+
python-version: ["3.10", "3.11", "3.12"]
1515

1616
steps:
1717
- uses: actions/checkout@v4

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = [
66
]
77
license = {text = "AGPL-3.0"}
88
readme = "README.md"
9-
requires-python = ">=3.9,<3.13" # < 3.13 for compat with current version of pydantic-core
9+
requires-python = ">=3.10,<3.13" # < 3.13 for compat with current version of pydantic-core
1010

1111
dependencies = [
1212
"typer[all]>0.19, <0.20",

0 commit comments

Comments
 (0)