Skip to content

Commit

Permalink
closes #11, drop 3.9 support with 3.11 release today 20221110
Browse files Browse the repository at this point in the history
  • Loading branch information
yyolk committed Nov 10, 2022
1 parent 779b33b commit 2e62b22
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ build-backend = "hatchling.build"

[project]
name = "dexie.py"
version = "0.0.9"
version = "0.0.10"
authors = [
{ name="Joseph Chiocchi", email="[email protected]" },
]
Expand All @@ -23,14 +23,14 @@ dependencies = [
"base58",
]
readme = "README.md"
requires-python = ">=3.9"
requires-python = ">=3.10"
classifiers = [
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3 :: Only",
]

Expand Down

0 comments on commit 2e62b22

Please sign in to comment.