diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2025-05-15 09:57:34 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2025-05-15 10:31:55 +0300 |
| commit | 05abc919caf10fa077c7be24097ba4c76c3b3aca (patch) | |
| tree | 48cb6bf0a5efc9ce28657cdcc584a336d90f6bba | |
| parent | 1a7011f6c87d55b42803edcbefb1d2fbe583a13a (diff) | |
Update python version requirement to >=3.10
| -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*"] |
