diff options
| -rw-r--r-- | .python-version | 2 | ||||
| -rw-r--r-- | pyproject.toml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.python-version b/.python-version index bd28b9c..24ee5b1 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.9 +3.13 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*"] |
