Skip to content

Commit 3384e51

Browse files
author
Peter Braun
committed
bump python version requirement
1 parent 7566f52 commit 3384e51

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/code.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
strategy:
3232
fail-fast: false
3333
matrix:
34-
python-version: ["3.10", "3.11", "3.12"]
34+
python-version: ["3.11", "3.12", "3.13"]
3535

3636
steps:
3737
- uses: actions/checkout@v4

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies = [
1717

1818
license.file = "LICENSE"
1919
readme = "README.md"
20-
requires-python = ">=3.10"
20+
requires-python = ">=3.11"
2121

2222
[dependency-groups]
2323
dev = [

0 commit comments

Comments
 (0)