Skip to content

Commit

Permalink
Update python dependancies
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtrafford committed Oct 11, 2023
1 parent ca6931f commit dae3453
Show file tree
Hide file tree
Showing 4 changed files with 564 additions and 465 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.7"]
python-version: ["3.8"]
pipenv: ["skip-lock"] # Use latest available dependencies
# Extra job for publishing using Pipfile.lock
include:
- python-version: "3.7"
- python-version: "3.8"
pipenv: "deploy"
publish: true

Expand Down
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ pymalcolm = { editable = true, extras = ["dev"], path = "." }

[packages]
pymalcolm = { editable = true, path = "." }
importlib-metadata = "==4.11.1"

[scripts]
# Put coverage here so we don't interfere with debugging in the IDE
Expand Down
Loading

0 comments on commit dae3453

Please sign in to comment.