Skip to content

Commit 3a6382b

Browse files
committed
mark pkgdev as compatible until snakeoil 0.12
Also bump to requiring 0.11.0 to simplify things. Signed-off-by: Brian Harring <ferringb@gmail.com>
1 parent 7182a17 commit 3a6382b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

NEWS.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ pkgdev 0.2.13 (unreleased)
1111

1212
**Packaging:**
1313

14+
- ``snakeoil`` compatibility is up to 0.12. That release removes deprecations that
15+
pkgdev currently relies upon, but will be addressed avant.
1416
- ``pytest >= 9.0`` is now required
1517

1618

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build-system]
22
requires = [
33
"flit_core >=3.8,<4",
4-
"snakeoil ~=0.10.11",
4+
"snakeoil <0.12.0,>=0.11.0",
55
]
66
build-backend = "py_build"
77
backend-path = ["."]

0 commit comments

Comments
 (0)