Skip to content

Commit

Permalink
feat: python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
severinsimmler committed Jan 16, 2024
1 parent 64c3c1f commit ffa5dcf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/setup-python@v2
name: Install Python
with:
python-version: "3.11"
python-version: "3.12"

- name: Install cibuildwheel
run: pip install cibuildwheel poetry
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[tool.poetry]
name = "jieba_pyfast"
version = "3.11.1"
version = "3.12.0"
description = "Tokenize Chinese characters"
license = "MIT"
authors = ["snapADDY GmbH <[email protected]>"]
readme = "README.md"

[tool.poetry.dependencies]
python = "3.11.*"
python = "3.12.*"

[tool.poetry.group.dev.dependencies]
isort = "^5.9.2"
Expand All @@ -32,7 +32,7 @@ all = true
exclude = "__init__.py"

[tool.cibuildwheel]
build = "cp311-*"
build = "cp312-*"
test-requires = "pytest"
test-command = "pytest {project}/tests"

Expand Down

0 comments on commit ffa5dcf

Please sign in to comment.