- commit
- f9622ddbe7c92edaecf303f889ff8493d825a158
- parent
- e0b9b9996f6635e6b50474c8bc16ab3599fc22bc
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2026-04-25 12:11
bump min python version to 3.11 for toml support
Diffstat
| M | .github/workflows/main.yml | 2 | +- |
| M | pyproject.toml | 1 | + |
2 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
@@ -5,7 +5,7 @@ jobs: 5 5 strategy: 6 6 matrix: 7 7 include:8 -1 - python: '3.10'-1 8 - python: '3.11' 9 9 - python: '3.14' 10 10 steps: 11 11 - uses: actions/checkout@v6
diff --git a/pyproject.toml b/pyproject.toml
@@ -12,6 +12,7 @@ keywords = ["dbus", "asyncio"] 12 12 authors = [ 13 13 {name = "Tobias Bengfort", email = "tobias.bengfort@posteo.de"} 14 14 ] -1 15 requires-python = ">= 3.11" 15 16 16 17 [project.urls] 17 18 Homepage = "https://github.com/xi/xibus"