Skip to content

Commit 6a2fedf

Browse files
committed
pyproject.toml (fix): bump python ver for datetime.UTC
1 parent 1ea31dc commit 6a2fedf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "practable"
7-
version = "0.0.15"
7+
version = "0.0.16"
88
authors = [
99
{ name="Timothy Drysdale", email="timothy.d.drysdale@gmail.com" },
1010
]
@@ -16,7 +16,7 @@ dependencies = [
1616
"requests>=2.32",
1717
"websockets>=12.0",
1818
]
19-
requires-python = ">=3.8"
19+
requires-python = ">=3.11"
2020
classifiers = [
2121
"Programming Language :: Python :: 3",
2222
"License :: OSI Approved :: GNU Affero General Public License v3",

0 commit comments

Comments
 (0)