We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7182a17 commit 3a6382bCopy full SHA for 3a6382b
NEWS.rst
@@ -11,6 +11,8 @@ pkgdev 0.2.13 (unreleased)
11
12
**Packaging:**
13
14
+- ``snakeoil`` compatibility is up to 0.12. That release removes deprecations that
15
+ pkgdev currently relies upon, but will be addressed avant.
16
- ``pytest >= 9.0`` is now required
17
18
pyproject.toml
@@ -1,7 +1,7 @@
1
[build-system]
2
requires = [
3
"flit_core >=3.8,<4",
4
- "snakeoil ~=0.10.11",
+ "snakeoil <0.12.0,>=0.11.0",
5
]
6
build-backend = "py_build"
7
backend-path = ["."]
0 commit comments