1
0
mirror of https://github.com/craigerl/aprsd.git synced 2026-01-23 05:55:44 -05:00

upgrade to python 3.11

This commit is contained in:
Walter Boring 2026-01-20 17:31:14 -05:00
parent d2cb208be8
commit da3ef77ea3

View File

@ -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",
]