Skip to content

Commit

Permalink
drop python version to 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Xynonners committed Aug 16, 2023
1 parent 3abaef0 commit 892ae83
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ from fletbox import FletBox, Builder, Factory
```python
fb = FletBox(view=ft.AppView.WEB_BROWSER)
```
kwargs can also be set via edict.
kwargs can also be set via attrdict.
```python
fb.kwargs.port = 8550
```
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ build-backend = "hatchling.build"

[project]
name = "fletbox"
version = "0.2.3"
version = "0.2.4"
authors = [
{ name="Xynon", email="" },
]
description = "A box for flet, abusing contextmanagers and decorators"
readme = "README.md"
requires-python = ">=3.8"
requires-python = ">=3.7"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)",
Expand Down

0 comments on commit 892ae83

Please sign in to comment.