We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cceb62a commit f2e3116Copy full SHA for f2e3116
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "practable"
7
-version = "0.0.20"
+version = "0.0.21"
8
authors = [
9
{ name="Timothy Drysdale", email="timothy.d.drysdale@gmail.com" },
10
]
@@ -16,7 +16,7 @@ dependencies = [
16
"requests>=2.32",
17
"websockets>=12.0",
18
19
-requires-python = ">=3.7"
+requires-python = ">=3.8"
20
classifiers = [
21
"Programming Language :: Python :: 3",
22
"License :: OSI Approved :: GNU Affero General Public License v3",
0 commit comments