Skip to content

Commit 1381006

Browse files
authored
Fix module name for ssh2-python312 (#274)
1 parent 45f99be commit 1381006

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies = [
3030
"packaging",
3131
"pyyaml",
3232
"setuptools",
33-
"ssh2-python@git+https://github.com/jacobcallahan/ssh2-python.git",
33+
"ssh2-python312@git+https://github.com/jacobcallahan/ssh2-python.git",
3434
]
3535
dynamic = ["version"] # dynamic fields to update on build - version via setuptools_scm
3636

0 commit comments

Comments
 (0)