Skip to content

Commit 3915e0a

Browse files
codeSamuraiiclaude
andcommitted
Release 0.1.0
Bump version and Python requirement for the first release under the offwork name. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 26c948d commit 3915e0a

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
11
[project]
22
name = "offwork"
3-
version = "0.4.0"
3+
version = "0.1.0"
44
description = "Distributed Python task execution via automatic function serialization"
55
readme = "README.md"
66
authors = [
77
{name = "Rémi Héneault", email = "remi@heneault.fr"}
88
]
99
license = {text = "AGPL-3.0-only"}
10-
requires-python = ">=3.10"
10+
requires-python = ">=3.11,<4.0"
1111
dependencies = []
1212
classifiers = [
1313
"Development Status :: 3 - Alpha",
1414
"Intended Audience :: Developers",
1515
"License :: OSI Approved :: GNU Affero General Public License v3",
1616
"Programming Language :: Python :: 3",
17-
"Programming Language :: Python :: 3.10",
1817
"Programming Language :: Python :: 3.11",
1918
"Programming Language :: Python :: 3.12",
2019
"Programming Language :: Python :: 3.13",

0 commit comments

Comments
 (0)