Skip to content

Commit

Permalink
ci: add Python 3.12 to test matrix (#82)
Browse files Browse the repository at this point in the history
* ci: add Python 3.12 to test matrix

* chore: use sentencepiece 0.2.0 or higher

* fix: update poetry.lock
  • Loading branch information
limick authored Mar 11, 2024
1 parent 86ea6e7 commit 8084117
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 49 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
103 changes: 56 additions & 47 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ packages = [

[tool.poetry.dependencies]
python = "^3.7"
sentencepiece = "^0.1.96"
sentencepiece = "^0.2.0"

[tool.poetry.group.dev.dependencies]
black = "*"
Expand Down

0 comments on commit 8084117

Please sign in to comment.