Skip to content

Commit

Permalink
fixed python version in pyproject, github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
charlottekostelic committed Jul 11, 2024
1 parent 4fb2c49 commit ac7a779
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: build
name: tests
on:
push:
branches:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ readme = "README.md"


[tool.poetry.dependencies]
python = "^3.12"
python = "^3.10"
paramiko = "^3.4.0"
types-paramiko = "^3.4.0.20240423"

Expand Down

0 comments on commit ac7a779

Please sign in to comment.