We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26c948d commit 3915e0aCopy full SHA for 3915e0a
1 file changed
pyproject.toml
@@ -1,20 +1,19 @@
1
[project]
2
name = "offwork"
3
-version = "0.4.0"
+version = "0.1.0"
4
description = "Distributed Python task execution via automatic function serialization"
5
readme = "README.md"
6
authors = [
7
{name = "Rémi Héneault", email = "remi@heneault.fr"}
8
]
9
license = {text = "AGPL-3.0-only"}
10
-requires-python = ">=3.10"
+requires-python = ">=3.11,<4.0"
11
dependencies = []
12
classifiers = [
13
"Development Status :: 3 - Alpha",
14
"Intended Audience :: Developers",
15
"License :: OSI Approved :: GNU Affero General Public License v3",
16
"Programming Language :: Python :: 3",
17
- "Programming Language :: Python :: 3.10",
18
"Programming Language :: Python :: 3.11",
19
"Programming Language :: Python :: 3.12",
20
"Programming Language :: Python :: 3.13",
0 commit comments