Skip to content

Commit

Permalink
chore: lower required python version to ease flatpak build
Browse files Browse the repository at this point in the history
  • Loading branch information
dynobo committed Sep 1, 2024
1 parent f3a1022 commit bdcb515
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v0.1.1 (2024-09-01)

- Lower Python version boundary (for flatpak build)

## v0.1.0 (2024-08-31)

- Initial release
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,14 @@ version = "0.1.0"
description = "Show your webcam image on the desktop for presentations."
keywords = ["webcam", "camera", "utility", "tool", "presentation", "screencast"]
readme = "README.md"
requires-python = ">=3.12"
requires-python = ">=3.10"
authors = [{ name = "dynobo", email = "[email protected]" }]
classifiers = [
"Development Status :: 4 - Beta",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
Expand Down

0 comments on commit bdcb515

Please sign in to comment.