diff --git a/pyproject.toml b/pyproject.toml index b71dd0e..3fa9291 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ description = "APRSd is a APRS-IS server that can be used to connect to APRS-IS # 'Programming Language' classifiers in this file, 'pip install' will check this # and refuse to install the project if the version does not match. See # https://packaging.python.org/guides/distributing-packages-using-setuptools/#python-requires -requires-python = ">=3.10" +requires-python = ">=3.11" dynamic = ["version", "dependencies", "optional-dependencies"] @@ -91,7 +91,6 @@ classifiers = [ "Topic :: Internet", "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", ]