Skip to content

Commit

Permalink
build: set python version <3.12
Browse files Browse the repository at this point in the history
Test Plan: - run tests

Reviewers: 

Pull Request:
#6
  • Loading branch information
kod-kristoff authored Jan 25, 2024
1 parent d7863ed commit 509c3f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors = [
dependencies = ["sparv-pipeline >=5.2.0", "transformers>=4.34.1"]
license = "MIT"
readme = "README.md"
requires-python = ">= 3.9"
requires-python = ">=3.9,<3.12"
classifiers = [
"Development Status :: 4 - Beta",
# "Development Status :: 5 - Production/Stable",
Expand Down Expand Up @@ -57,7 +57,7 @@ packages = ["src/sparv_ocr_suggestion"]
allow-direct-references = true

[tool.black]
target-version = ["py39", "py310", "py311", "py312"]
target-version = ["py39", "py310", "py311"]

[tool.hatch.envs.test]
dependencies = ["pytest", "pytest-cov"]
Expand Down

0 comments on commit 509c3f9

Please sign in to comment.