Skip to content

Commit

Permalink
update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
dpdani committed Aug 30, 2024
1 parent 9cbf328 commit 76b7966
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 @@ -7,7 +7,7 @@ build-backend = "py_build_cmake.build"
name = "cereggii"
dynamic = ["version", "description"]
readme = "README.md"
requires-python = "~=3.9"
requires-python = ">=3.13"
license = { file = "LICENSE" }
authors = [
{ name = "dpdani", email = "git@danieleparmeggiani.me" },
Expand All @@ -16,11 +16,11 @@ keywords = [
"multithreading",
]
classifiers = [
"Development Status :: 3 - Alpha",
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: Implementation :: CPython",
"Operating System :: OS Independent",
"Natural Language :: English",
Expand Down Expand Up @@ -63,7 +63,7 @@ line-length = 120
skip-string-normalization = true

[tool.ruff]
target-version = "py39"
target-version = "py313"
line-length = 120
select = [
"A",
Expand Down

0 comments on commit 76b7966

Please sign in to comment.