Skip to content

Commit

Permalink
try support for python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Štěpán Marousek committed Nov 29, 2024
1 parent 609dba2 commit e7da856
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ build-backend = "setuptools.build_meta"

[project]
name = "qtlongrun"
version = "0.1.5"
version = "0.1.6"
description = "Functions for easier use of PyQt threads using decorators"
readme = "README.md"
requires-python = ">=3.11"
requires-python = ">=3.10"
license = {file = "LICENSE.txt"}
keywords = ["threading", "Python", "PyQt", "loading", "animation"]
authors = [
Expand Down

0 comments on commit e7da856

Please sign in to comment.