Skip to content

Commit

Permalink
chore(deps): bump poetry from 1.8.5 to 2.0.1
Browse files Browse the repository at this point in the history
Remove support for Python 3.8 to use Poetry 2.
Fix `pyproject.toml` properties.

Related to #134

Change-Id: Iecd1e2b4f10f827a873015b20bcb08f12d10f127
  • Loading branch information
DouglasBlackwood committed Jan 29, 2025
1 parent 037fae0 commit 36578e3
Show file tree
Hide file tree
Showing 6 changed files with 79 additions and 53 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
python-version: "${{ matrix.python-version }}"
- run: |
pip install -r requirements-poetry.txt
poetry install --sync
poetry sync
poetry run poe linters
poetry run poe test
poetry build
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
git tag $(poetry version --short)
git push origin $(poetry version --short)
poetry self add poetry-version-plugin
poetry install --sync
poetry sync
poetry build
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
Loading

0 comments on commit 36578e3

Please sign in to comment.