Skip to content

Commit 1587a04

Browse files
authored
Change Python requirement to >=3.10 and update version
Updated Python version requirement and version number.
1 parent ccf46b7 commit 1587a04

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

pyproject.toml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,15 @@ authors = [{name = "the csp-bot-commands authors", email = "[email protected]
88
description = "Miscellaneous commands for csp-bot"
99
readme = "README.md"
1010
license = { text = "Apache-2.0" }
11-
<<<<<<< before updating
1211
version = "1.0.0"
13-
requires-python = ">=3.9"
12+
requires-python = ">=3.10"
1413
keywords = [
1514
"csp",
1615
"stream-processing",
1716
"slack",
1817
"chat",
1918
"chatbot",
2019
]
21-
=======
22-
version = "0.1.0"
23-
requires-python = ">=3.10"
24-
keywords = []
25-
>>>>>>> after updating
2620

2721
classifiers = [
2822
"Development Status :: 3 - Alpha",

0 commit comments

Comments
 (0)