Skip to content

Commit

Permalink
chore: python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
severinsimmler committed Aug 10, 2022
1 parent 88467c8 commit 8726944
Showing 1 changed file with 3 additions and 3 deletions.
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 = "chaine"
version = "2.0.0"
version = "2.0.1"
description = "Linear-chain conditional random fields for natural language processing"
authors = ["Severin Simmler <[email protected]>"]
readme = "README.md"
build = "build.py"

[tool.poetry.dependencies]
python = "^3.9"
python = "^3.10"

[tool.poetry.dev-dependencies]
black = "^22.3.0"
Expand All @@ -31,7 +31,7 @@ all = true
exclude = "__init__.py"

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

Expand Down

0 comments on commit 8726944

Please sign in to comment.