We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70341f9 commit c419b33Copy full SHA for c419b33
1 file changed
pyproject.toml
@@ -4,13 +4,12 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "python_time_functions"
7
-version = "2.1.2"
+version = "2.2.0"
8
description = "Common Python functions for time handling"
9
+requires-python = ">=3.10"
10
readme = "README.md"
11
authors = [{name = "Corne Bester", email = "corne.bester@gmail.com"}]
12
dependencies = [
- "datetime",
13
- "timezone"
14
]
15
license-files = ["LICEN[CS]E*"]
16
0 commit comments