Skip to content

Commit

Permalink
Fix: Fixed new changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
nesitor committed Oct 23, 2023
1 parent a2f79df commit f14fb23
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "aleph-vm"
dynamic = ["version"]
description = "Aleph.im VM execution engine"
readme = "README.md"
requires-python = ">=3.10"
requires-python = ">=3.9.2"
license = "MIT"
keywords = []
authors = [
Expand Down Expand Up @@ -93,7 +93,7 @@ cov = [
]

[[tool.hatch.envs.all.matrix]]
python = ["3.10", "3.11", "3.12"]
python = ["3.9.2", "3.10", "3.11", "3.12"]

[tool.hatch.envs.lint]
detached = true
Expand Down
4 changes: 2 additions & 2 deletions src/aleph/vm/controllers/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
)
from aleph.vm.hypervisors.firecracker.microvm import MicroVMFailedInit

from aleph.vm.orchestrator.conf import settings, Settings
from aleph.vm.conf import settings, Settings
from aleph.vm.orchestrator.pool import VmPool
from aleph.vm.orchestrator.utils import HostNotFoundError
from aleph.vm.utils import HostNotFoundError

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit f14fb23

Please sign in to comment.