nox-uv 0.6.1__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.
- nox_uv/__init__.py +0 -0
- nox_uv/py.typed +0 -0
- {nox_uv-0.6.1.dist-info → nox_uv-0.6.3.dist-info}/METADATA +3 -2
- nox_uv-0.6.3.dist-info/RECORD +6 -0
- {nox_uv-0.6.1.dist-info → nox_uv-0.6.3.dist-info}/WHEEL +1 -1
- {nox_uv-0.6.1.dist-info → nox_uv-0.6.3.dist-info}/licenses/LICENSE.txt +0 -0
- nox_uv-0.6.1.dist-info/RECORD +0 -6
nox_uv/__init__.py
CHANGED
|
File without changes
|
nox_uv/py.typed
CHANGED
|
File without changes
|
|
@@ -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,,
|
|
File without changes
|
nox_uv-0.6.1.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.1.dist-info/licenses/LICENSE.txt,sha256=89367900b1758ac9cce84cbd4e3a26d17206041cac02b07423634767d6be6fc2,1067
|
|
4
|
-
nox_uv-0.6.1.dist-info/WHEEL,sha256=607c46fee47e440c91332c738096ff0f5e54ca3b0818ee85462dd5172a38e793,79
|
|
5
|
-
nox_uv-0.6.1.dist-info/METADATA,sha256=cf63cd5a4651d847b0c4fc0ea65388d2ce51799412c79484c9c79a4c966f7bb9,4802
|
|
6
|
-
nox_uv-0.6.1.dist-info/RECORD,,
|