We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 690c73c commit abb8568Copy full SHA for abb8568
1 file changed
pyproject.toml
@@ -8,7 +8,7 @@ version = "0.3.2"
8
description = "Python client for interacting with the openSenseMap API."
9
readme = "README.rst"
10
license = "MIT"
11
-requires-python = ">=3.9"
+requires-python = ">=3.13"
12
authors = [
13
{ name = "Fabian Affolter", email = "fabian@affolter-engineering.ch" },
14
]
@@ -20,9 +20,8 @@ classifiers = [
20
"Operating System :: MacOS :: MacOS X",
21
"Operating System :: Microsoft :: Windows",
22
"Operating System :: POSIX",
23
- "Programming Language :: Python :: 3.9",
24
- "Programming Language :: Python :: 3.10",
25
- "Programming Language :: Python :: 3.11",
+ "Programming Language :: Python :: 3.13",
+ "Programming Language :: Python :: 3.14",
26
"Topic :: Utilities",
27
28
dependencies = [
0 commit comments