Skip to content

Commit 9444d06

Browse files
committed
Merge remote-tracking branch 'upstream/main' into error-propadation
2 parents da920be + ec761db commit 9444d06

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ jobs:
2525
strategy:
2626
matrix:
2727
include:
28-
- python-version: "3.9"
29-
tox-target: py39
3028
- python-version: "3.10"
3129
tox-target: py310
3230
- python-version: "3.11"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ classifiers = [
2626
authors = [
2727
{ name = "S.Lott", email = "[email protected]" }
2828
]
29-
requires-python = ">=3.9"
29+
requires-python = ">=3.10"
3030

3131
dependencies = [
3232
# 3.13 needs at least this version, which started publishing wheels for Python 3.13.
@@ -78,7 +78,7 @@ dev = [
7878
]
7979

8080
[tool.tox]
81-
envlist = ["py39", "py310", "py311", "py312", "py313", "lint", "tools"]
81+
envlist = ["py310", "py311", "py312", "py313", "lint", "tools"]
8282
minversion = "4.24.0"
8383

8484
[tool.tox.env_run_base]

0 commit comments

Comments
 (0)