Skip to content

Commit 8726944

Browse files
chore: python 3.10
1 parent 88467c8 commit 8726944

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[tool.poetry]
22
name = "chaine"
3-
version = "2.0.0"
3+
version = "2.0.1"
44
description = "Linear-chain conditional random fields for natural language processing"
55
authors = ["Severin Simmler <s.simmler@snapaddy.com>"]
66
readme = "README.md"
77
build = "build.py"
88

99
[tool.poetry.dependencies]
10-
python = "^3.9"
10+
python = "^3.10"
1111

1212
[tool.poetry.dev-dependencies]
1313
black = "^22.3.0"
@@ -31,7 +31,7 @@ all = true
3131
exclude = "__init__.py"
3232

3333
[tool.cibuildwheel]
34-
build = "cp39-*"
34+
build = "cp310-*"
3535
test-requires = "pytest"
3636
test-command = "pytest {project}/tests"
3737

0 commit comments

Comments
 (0)