Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: node, packages & python versions #45

Merged
merged 1 commit into from
Feb 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading