Skip to content

Commit

Permalink
fix: install and deps issues
Browse files Browse the repository at this point in the history
  • Loading branch information
geronimo-iia committed Feb 21, 2024
1 parent 62e4dbe commit 280cada
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8]
python-version: [3.8, 3.11]

steps:
- uses: actions/checkout@v4
Expand Down
17 changes: 16 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ authors = ["Jerome Guibert <[email protected]>"]
[tool.poetry.dependencies]
python = ">=3.8,<3.12"
cookiecutter = "*"
jinja2-time = "^0.2.0"

0 comments on commit 280cada

Please sign in to comment.