nox-uv 0.6.2__py3-none-any.whl → 0.6.3__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: nox-uv
|
|
3
|
-
Version: 0.6.
|
|
3
|
+
Version: 0.6.3
|
|
4
4
|
Summary: Facilitate nox integration with uv for Python projects
|
|
5
5
|
Keywords: nox,uv
|
|
6
6
|
Author: Dan Tebben
|
|
@@ -18,6 +18,7 @@ Classifier: Programming Language :: Python :: 3.10
|
|
|
18
18
|
Classifier: Programming Language :: Python :: 3.11
|
|
19
19
|
Classifier: Programming Language :: Python :: 3.12
|
|
20
20
|
Classifier: Programming Language :: Python :: 3.13
|
|
21
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
21
22
|
Classifier: Topic :: Software Development :: Testing
|
|
22
23
|
Classifier: Typing :: Typed
|
|
23
24
|
Requires-Dist: nox>=2025.5.1
|
|
@@ -97,7 +98,7 @@ options.default_venv_backend = "uv"
|
|
|
97
98
|
|
|
98
99
|
|
|
99
100
|
@session(
|
|
100
|
-
python=["3.10", "3.11", "3.12", "3.13"],
|
|
101
|
+
python=["3.10", "3.11", "3.12", "3.13", "3.14"],
|
|
101
102
|
uv_groups=["test"],
|
|
102
103
|
)
|
|
103
104
|
def test(s: Session) -> None:
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
nox_uv/__init__.py,sha256=mMZxMHQNKNTp4AblBvFa6nBrn28Nx7iME_TpO0XBV2E,3979
|
|
2
|
+
nox_uv/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
|
+
nox_uv-0.6.3.dist-info/licenses/LICENSE.txt,sha256=iTZ5ALF1isnM6Ey9Tjom0XIGBBysArB0I2NHZ9a-b8I,1067
|
|
4
|
+
nox_uv-0.6.3.dist-info/WHEEL,sha256=M6du7VZflc4UPsGphmOXHANdgk8zessdJG0DBUuoA-U,78
|
|
5
|
+
nox_uv-0.6.3.dist-info/METADATA,sha256=tXjtG_iOpX9tUllUBE7WEvFhbye3hUFnPsijNeBHNdc,4861
|
|
6
|
+
nox_uv-0.6.3.dist-info/RECORD,,
|
nox_uv-0.6.2.dist-info/RECORD
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
nox_uv/__init__.py,sha256=98c67130740d28d4e9e006e506f15aea706b9f6f0dc7b88c13f4e93b45c15761,3979
|
|
2
|
-
nox_uv/py.typed,sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855,0
|
|
3
|
-
nox_uv-0.6.2.dist-info/licenses/LICENSE.txt,sha256=89367900b1758ac9cce84cbd4e3a26d17206041cac02b07423634767d6be6fc2,1067
|
|
4
|
-
nox_uv-0.6.2.dist-info/WHEEL,sha256=b6dc288e80aa2d1b1518ddb3502fd5b53e8fd6cb507ed2a4f932e9e6088b264a,78
|
|
5
|
-
nox_uv-0.6.2.dist-info/METADATA,sha256=1711b62c7a9778af0507cef7d8d5c274a2c0cefe42358314255d9226d65320bf,4802
|
|
6
|
-
nox_uv-0.6.2.dist-info/RECORD,,
|
|
File without changes
|