Skip to content

Commit

Permalink
chore: node, packages & python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Gr1N committed Feb 17, 2024
1 parent 52d4d24 commit 48b0f77
Show file tree
Hide file tree
Showing 5 changed files with 6,542 additions and 3,165 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ jobs:
strategy:
matrix:
python-version:
- "3.7"
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12"
poetry-version:
- "1.2.2"
- "1.7.1"
os:
- macos-latest
- ubuntu-latest
Expand Down
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,17 @@ This action sets up a [Poetry](https://python-poetry.org) for use in actions by

This action supports versions of:

- Python `>=3.7`
- Python `>=3.8`
- Poetry `>=1.0`

## Changelog

### v9

- Action updated to use Node 20
- Support for Python 3.12
- **Breaking Change**, removed support for Python 3.7

### v8

- Action updated to use Node 16
Expand Down
Loading

0 comments on commit 48b0f77

Please sign in to comment.