Skip to content

Commit

Permalink
Added support for Python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasvieirasilva committed Aug 7, 2023
1 parent 04a53da commit 1af1989
Show file tree
Hide file tree
Showing 4 changed files with 300 additions and 337 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ jobs:
uses: JRubics/poetry-publish@v1.8
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}
poetry_version: "==1.2.2"
poetry_version: "==1.5.1"
python_version: "3.8.11"
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [1.4.0] - 2023-08-03

### Added

- Added support for Python 3.10.

## [1.3.3] - 2023-07-25

### Fixed
Expand Down
Loading

0 comments on commit 1af1989

Please sign in to comment.