modify: 更改python可用版本
This commit is contained in:
parent
b987a5ef5c
commit
69c6a8d72f
@ -1 +1 @@
|
|||||||
3.13
|
3.12
|
||||||
|
|||||||
@ -16,7 +16,7 @@ dependencies = []
|
|||||||
description = "A high-performance, SQLite-based distributed task queue system with Rust-backed core operations. Supports task mounting, message listening, priority handling, retry mechanisms, and automatic cleanup of expired messages. Ideal for building reliable, scalable background task processing systems."
|
description = "A high-performance, SQLite-based distributed task queue system with Rust-backed core operations. Supports task mounting, message listening, priority handling, retry mechanisms, and automatic cleanup of expired messages. Ideal for building reliable, scalable background task processing systems."
|
||||||
name = "queue-sqlite"
|
name = "queue-sqlite"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.13"
|
requires-python = ">=3.7"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
|
||||||
[[tool.uv.index]]
|
[[tool.uv.index]]
|
||||||
@ -29,9 +29,10 @@ requires = ["hatchling"]
|
|||||||
|
|
||||||
[dependency-groups]
|
[dependency-groups]
|
||||||
dev = [
|
dev = [
|
||||||
"maturin>=1.9.2",
|
"maturin>=1.9.4",
|
||||||
"psutil>=7.0.0",
|
"psutil>=7.0.0",
|
||||||
"pytest>=8.4.1",
|
"pytest>=7.4.4",
|
||||||
|
"twine>=4.0.2",
|
||||||
]
|
]
|
||||||
|
|
||||||
[tool.hatch.build.targets.wheel]
|
[tool.hatch.build.targets.wheel]
|
||||||
|
|||||||
@ -4,7 +4,7 @@ build-backend = "maturin"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "core"
|
name = "core"
|
||||||
requires-python = ">=3.8"
|
requires-python = ">=3.7"
|
||||||
classifiers = [
|
classifiers = [
|
||||||
"Programming Language :: Rust",
|
"Programming Language :: Rust",
|
||||||
"Programming Language :: Python :: Implementation :: CPython",
|
"Programming Language :: Python :: Implementation :: CPython",
|
||||||
|
|||||||
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user