Skip to content

Commit abb8568

Browse files
authored
Set to Python >=3.13
Updated the required Python version and classifiers.
1 parent 690c73c commit abb8568

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ version = "0.3.2"
88
description = "Python client for interacting with the openSenseMap API."
99
readme = "README.rst"
1010
license = "MIT"
11-
requires-python = ">=3.9"
11+
requires-python = ">=3.13"
1212
authors = [
1313
{ name = "Fabian Affolter", email = "fabian@affolter-engineering.ch" },
1414
]
@@ -20,9 +20,8 @@ classifiers = [
2020
"Operating System :: MacOS :: MacOS X",
2121
"Operating System :: Microsoft :: Windows",
2222
"Operating System :: POSIX",
23-
"Programming Language :: Python :: 3.9",
24-
"Programming Language :: Python :: 3.10",
25-
"Programming Language :: Python :: 3.11",
23+
"Programming Language :: Python :: 3.13",
24+
"Programming Language :: Python :: 3.14",
2625
"Topic :: Utilities",
2726
]
2827
dependencies = [

0 commit comments

Comments
 (0)