Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
PyYoshi committed Dec 20, 2024
1 parent da852ee commit 8546531
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ classifiers = [
'Programming Language :: Python',
'Topic :: Software Development :: Libraries',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Programming Language :: Python :: 3.13',
]
requires-python = ">= 3.9"
requires-python = ">= 3.10"
dynamic = ["version"]

[build-system]
Expand All @@ -43,7 +43,7 @@ dev-dependencies = [
[tool.ruff]
exclude = ["src/ext"]
line-length = 100
target-version = "py39"
target-version = "py313"
lint.select = ["E", "F", "I", "N"]
format.quote-style = "double"
format.indent-style = "space"
Expand All @@ -52,7 +52,7 @@ format.indent-style = "space"
skip = "pp* cp36-* cp37-* cp38-* cp39-*"
archs = "auto"
before-build = [
"pip install cython==3.0.10",
"pip install cython==3.0.11",
"cython {project}/src/cchardet/_cchardet.pyx",
]

Expand Down

0 comments on commit 8546531

Please sign in to comment.