Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

Commit

Permalink
🔖 chore(version): Pin version (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
vvatelot committed Dec 10, 2022
1 parent 8c9e1f6 commit 59f6539
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 55 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10"]
python-version: ["3.10", "3.11"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand Down
92 changes: 40 additions & 52 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ecoindex-cli"
version = "v2.14.1"
version = "v2.15.0"
description = "`ecoindex-cli` is a CLI tool that let you make ecoindex tests on given pages"
authors = ["Vincent Vatelot <vincent.vatelot@ik.me>"]
license = "MIT"
Expand Down Expand Up @@ -28,7 +28,7 @@ PyYAML = "^6.0"

[tool.poetry.dev-dependencies]
pytest = "^7.2"
black = {version = "^22.10", allow-prereleases = true}
black = {version = "^22.12", allow-prereleases = true}
pytest-cov = "^4.0.0"

[build-system]
Expand Down

0 comments on commit 59f6539

Please sign in to comment.