Skip to content

Commit f88e239

Browse files
committed
Require Python >=3.11
1 parent e9509d4 commit f88e239

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/wheelpypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ jobs:
7070
fail-fast: false
7171
matrix:
7272
distro:
73-
#- ubuntu:24.04
74-
#- debian:12
73+
- ubuntu:24.04
74+
- debian:12
7575
- fedora:latest
7676
- archlinux:latest
7777
steps:

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ authors = [
1212
{ name = "S. Junges", email = "sebastian.junges@ru.nl" },
1313
{ name = "M. Volk", email = "m.volk@tue.nl" }
1414
]
15-
requires-python = ">=3.13"
15+
requires-python = ">=3.11"
1616
dependencies = [
1717
"Deprecated",
1818
]
@@ -112,8 +112,6 @@ repair-wheel-command = "delocate-listdeps -vv --depending --all {wheel} && DYLD_
112112
[tool.black]
113113
line-length = 160
114114
target-version = [
115-
"py39",
116-
"py310",
117115
"py311",
118116
"py312",
119117
"py313",

0 commit comments

Comments
 (0)