aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2025-05-15 09:57:34 +0300
committerJan Tuomi <jan@jantuomi.fi>2025-05-15 10:31:55 +0300
commit05abc919caf10fa077c7be24097ba4c76c3b3aca (patch)
tree48cb6bf0a5efc9ce28657cdcc584a336d90f6bba /pyproject.toml
parent1a7011f6c87d55b42803edcbefb1d2fbe583a13a (diff)
Update python version requirement to >=3.10
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*"]