aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 3ef1ac6..df2ebc9 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -3,7 +3,7 @@ name = "femtoqueue"
version = "0.1.5"
description = "Ever wanted a zero-dependency, filesystem-backed, lock-free, durable, concurrent, retrying task queue implementation? No?"
readme = "README.md"
-requires-python = ">=3.9"
+requires-python = ">=3.10"
dependencies = []
license = "Apache-2.0"
license-files = ["LICEN[CS]E*"]