Skip to content

Commit

Permalink
python dep
Browse files Browse the repository at this point in the history
  • Loading branch information
flying-sheep committed Nov 29, 2023
1 parent 16ceeb9 commit 63e1be5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python: ["3.10", "3.12"]
python: ["3.11", "3.12"]
os: [ubuntu-latest]

steps:
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[project]
name = "prelude-runner"
dynamic = ["version"]
requires-python = ">=3.11"
dependencies = ["nbclient"]

[project.scripts]
Expand All @@ -19,7 +20,7 @@ test = [
source = "vcs"

[tool.hatch.envs.test]
python = "3.12"
python = "3.11"
features = ["test"]
[tool.hatch.envs.test.scripts]
run = "pytest -vv {args}"
Expand Down

0 comments on commit 63e1be5

Please sign in to comment.