Skip to content

Commit 8817b15

Browse files
committed
3.12
1 parent dfcb0e1 commit 8817b15

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
python-version: ["3.9", "3.10", "3.11", "3.12"]
18+
python-version: ["3.12", "3.13", "3.14"]
1919
os: [ubuntu-latest]
2020

2121
steps:

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,8 @@ docs = [
6161
[tool.setuptools.packages.find]
6262
include = ["preen", "preen.*"]
6363

64+
[tool.uv]
65+
python-preference = "only-system"
66+
6467
[tool.pytest.ini_options]
6568
addopts = "-q"

0 commit comments

Comments
 (0)